Uses of Class
jakarta.xml.soap.MessageFactory
- 
Packages that use MessageFactory Package Description jakarta.xml.soap Provides the API for creating and building SOAP messages.jakarta.xml.ws.soap This package defines APIs specific to the SOAP binding. - 
- 
Uses of MessageFactory in jakarta.xml.soap
Methods in jakarta.xml.soap that return MessageFactory Modifier and Type Method Description static MessageFactoryMessageFactory. newInstance()Creates a newMessageFactoryobject that is an instance of the default implementation (SOAP 1.1).static MessageFactoryMessageFactory. newInstance(String protocol)Creates a newMessageFactoryobject that is an instance of the specified implementation.protected abstract MessageFactorySAAJMetaFactory. newMessageFactory(String protocol)Creates aMessageFactoryobject for the givenStringprotocol. - 
Uses of MessageFactory in jakarta.xml.ws.soap
Methods in jakarta.xml.ws.soap that return MessageFactory Modifier and Type Method Description MessageFactorySOAPBinding. getMessageFactory()Gets the Jakarta SOAP with Attachments'MessageFactoryinstance used by this SOAP binding. 
 -