Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
org.jboss.ws.core | |
org.jboss.ws.core.soap | |
org.jboss.ws.core.soap.utils |
Modifier and Type | Method and Description |
---|---|
static SOAPFactory |
SOAPFactory.newInstance()
Creates a new
SOAPFactory object that is an instance of
the default implementation (SOAP 1.1),
This method uses the following ordered lookup procedure to determine the SOAPFactory implementation class to load:
Use the javax.xml.soap.SOAPFactory system property. |
static SOAPFactory |
SOAPFactory.newInstance(String protocol)
Creates a new
SOAPFactory object that is an instance of
the specified implementation, this method uses the SAAJMetaFactory to
locate the implementation class and create the SOAPFactory instance. |
protected abstract SOAPFactory |
SAAJMetaFactory.newSOAPFactory(String protocol)
Creates a
SOAPFactory object for
the given String protocol. |
Modifier and Type | Method and Description |
---|---|
SOAPFactory |
SOAPBinding.getSOAPFactory()
Gets the SAAJ
SOAPFactory instance used by this SOAP binding. |
Modifier and Type | Method and Description |
---|---|
SOAPFactory |
CommonSOAPBinding.getSOAPFactory() |
Modifier and Type | Class and Description |
---|---|
class |
SOAPFactoryImpl
SOAPFactory implementation.
|
Modifier and Type | Method and Description |
---|---|
protected SOAPFactory |
SAAJMetaFactoryImpl.newSOAPFactory(String protocol) |
Modifier and Type | Method and Description |
---|---|
static SOAPFactory |
SOAPUtils.newSOAP11Factory() |
static SOAPFactory |
SOAPUtils.newSOAP12Factory() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.