Uses of Class
javax.xml.soap.MessageFactory
-
Packages that use MessageFactory Package Description javax.xml.soap Provides the API for creating and building SOAP messages.javax.xml.ws.soap This package defines APIs specific to the SOAP binding. -
-
Uses of MessageFactory in javax.xml.soap
Methods in javax.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 javax.xml.ws.soap
Methods in javax.xml.ws.soap that return MessageFactory Modifier and Type Method Description MessageFactorySOAPBinding. getMessageFactory()Gets the SAAJMessageFactoryinstance used by this SOAP binding.
-