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.
|
Modifier and Type | Method and Description |
---|---|
static MessageFactory |
MessageFactory.newInstance()
Creates a new
MessageFactory object that is an instance
of the default implementation (SOAP 1.1). |
static MessageFactory |
MessageFactory.newInstance(String protocol)
Creates a new
MessageFactory object that is an instance
of the specified implementation. |
protected abstract MessageFactory |
SAAJMetaFactory.newMessageFactory(String protocol)
Creates a
MessageFactory object for
the given String protocol. |
Modifier and Type | Method and Description |
---|---|
MessageFactory |
SOAPBinding.getMessageFactory()
Gets the Jakarta SOAP with Attachments'
MessageFactory instance used by this SOAP binding. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.