Uses of Class
javax.xml.soap.MessageFactory

Packages that use MessageFactory
javax.xml.messaging Provides the API for using a messaging provider to send and receive SOAP messages. 
javax.xml.soap Provides the API for creating and building SOAP messages. 
 

Uses of MessageFactory in javax.xml.messaging
 

Fields in javax.xml.messaging declared as MessageFactory
protected  MessageFactory JAXMServlet.msgFactory
          The MessageFactory object that will be used internally to create the SOAPMessage object to be passed to the method onMessage.
 

Methods in javax.xml.messaging that return MessageFactory
 MessageFactory ProviderConnection.createMessageFactory(java.lang.String profile)
          Creates a MessageFactory object that will produce SOAPMessage objects for the given profile.
 

Methods in javax.xml.messaging with parameters of type MessageFactory
 void JAXMServlet.setMessageFactory(MessageFactory msgFactory)
          Sets this JAXMServlet object's msgFactory field with the given MessageFactory object.
 

Uses of MessageFactory in javax.xml.soap
 

Methods in javax.xml.soap that return MessageFactory
static MessageFactory MessageFactory.newInstance()
          Creates a new MessageFactory object that is an instance of the default implementation.