Uses of Class
jakarta.xml.soap.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 jakarta.xml.soap
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionSOAPBinding.getMessageFactory()
Gets the Jakarta SOAP with Attachments'MessageFactory
instance used by this SOAP binding.