Interface XmlOutputFactoryProvider
-
- All Known Implementing Classes:
DefaultXmlOutputFactoryProvider
public interface XmlOutputFactoryProvider
An 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 XmlOutputFactory
getXmlFragmentOutputFactory()
XmlOutputFactory
getXmlOutputFactory()
-
-
-
Method Detail
-
getXmlOutputFactory
XmlOutputFactory getXmlOutputFactory()
-
getXmlFragmentOutputFactory
XmlOutputFactory getXmlFragmentOutputFactory()
-
-