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 MessageFactory
MessageFactory. newInstance()
Creates a newMessageFactory
object that is an instance of the default implementation (SOAP 1.1).static MessageFactory
MessageFactory. newInstance(String protocol)
Creates a newMessageFactory
object that is an instance of the specified implementation.protected abstract MessageFactory
SAAJMetaFactory. newMessageFactory(String protocol)
Creates aMessageFactory
object for the givenString
protocol. -
Uses of MessageFactory in jakarta.xml.ws.soap
Methods in jakarta.xml.ws.soap that return MessageFactory Modifier and Type Method Description MessageFactory
SOAPBinding. getMessageFactory()
Gets the Jakarta SOAP with Attachments'MessageFactory
instance used by this SOAP binding.
-