Interface XMLEventFactoryProvider
- All Known Implementing Classes:
- DefaultXMLEventFactoryProvider
public interface XMLEventFactoryProvider
This exists to provide a 'safe' way to access , without it there may be weird classloader issues.
 An example of this is MyWork calling InlineTaskService which fails unline calling it directly from within a Confluence page.
 Unfortunately as well  is not an interface so we need to wrap it in another factory for OSGI.
  for another example of this.
- 
Method Summary
- 
Method Details- 
getXmlEventFactoryXMLEventFactory getXmlEventFactory()
 
-