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
Modifier and TypeMethodDescription
-
Method Details
-
getXmlOutputFactory
XmlOutputFactory getXmlOutputFactory() -
getXmlFragmentOutputFactory
XmlOutputFactory getXmlFragmentOutputFactory()
-