Interface XmlOutputFactory

All Known Implementing Classes:
ConfluenceXmlOutputFactory, DelegateXmlOutputFactory

public interface XmlOutputFactory
This was introduced mainly because XMLOutputFactory is an abstract class :(

We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.

(Speak to Ryan Thomas for more details).

Since:
4.0