Uses of Class
jakarta.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 jakarta.xml.soap
Methods in jakarta.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 jakarta.xml.ws.soap
Methods in jakarta.xml.ws.soap that return MessageFactoryModifier and TypeMethodDescriptionSOAPBinding.getMessageFactory()Gets the Jakarta SOAP with Attachments'MessageFactoryinstance used by this SOAP binding.