Interface XMLPartFactory

  • All Known Implementing Classes:
    XMLPartFactoryImpl

    public interface XMLPartFactory
    XMLPartFactory

    Creates an XMLPart object. The two common patterns are: - Create an empty message for a specific protocol - Create a xmlPart sourced from OM (XMLStreamReader)

    The FactoryRegistry should be used to get access to the Factory

    See Also:
    FactoryRegistry