Interface XmlOutputFactoryProvider
-
- All Known Implementing Classes:
DefaultXmlOutputFactoryProvider
public interface XmlOutputFactoryProviderAn interface for the XmlOutputFactoryProvider. This interface serves as a provider of XmlOutputFactory objects, and is intended to reduce the number of objects which need to be injected when generating XML output. In order to make implementations of this class plugin available, OSGi requires this interface is provided.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlOutputFactorygetXmlFragmentOutputFactory()XmlOutputFactorygetXmlOutputFactory()
-
-
-
Method Detail
-
getXmlOutputFactory
XmlOutputFactory getXmlOutputFactory()
-
getXmlFragmentOutputFactory
XmlOutputFactory getXmlFragmentOutputFactory()
-
-