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