Uses of Class
jakarta.xml.soap.MessageFactory
-
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.