Interface MessageFactory

  • All Known Implementing Classes:
    MessageFactoryImpl

    public interface MessageFactory
    MessageFactory

    Creates a Message object. The common patterns are: - Create an empty message for a specific protocol - Create a message with the xml sourced from OM (XMLStreamReader) - Create a message (xml + attachments) from a SOAPMessage

    The FactoryRegistry should be used to get access to the Factory

    See Also:
    FactoryRegistry