Modifier and Type | Class and Description |
---|---|
class |
Soap11
Singleton object that represents the SOAP 1.1 VERSION.
|
class |
Soap12
Represents the SOAP 1.2 version
|
Modifier and Type | Method and Description |
---|---|
SoapVersion |
SoapBinding.getSoapVersion() |
SoapVersion |
SoapVersionFactory.getSoapVersion(String namespace) |
SoapVersion |
SoapBindingConfiguration.getVersion() |
SoapVersion |
SoapMessage.getVersion() |
Modifier and Type | Method and Description |
---|---|
Iterator<SoapVersion> |
SoapVersionFactory.getVersions() |
Modifier and Type | Method and Description |
---|---|
static SoapFault |
SoapFault.createFault(Fault f,
SoapVersion v) |
void |
SoapVersionFactory.register(SoapVersion version) |
void |
SoapBinding.setSoapVersion(SoapVersion v) |
void |
SoapBindingConfiguration.setVersion(SoapVersion sv) |
void |
SoapMessage.setVersion(SoapVersion v) |
Constructor and Description |
---|
SoapBinding(BindingInfo info,
SoapVersion v) |
SoapMessage(SoapVersion ver) |
Modifier and Type | Method and Description |
---|---|
static SoapVersion |
ReadHeadersInterceptor.readVersion(XMLStreamReader xmlReader,
SoapMessage message) |
Constructor and Description |
---|
ReadHeadersInterceptor(Bus b,
SoapVersion v) |
SOAPHeaderWriter(XMLStreamWriter writer,
SoapHeader header,
SoapVersion version,
String pfx) |
Modifier and Type | Method and Description |
---|---|
SoapVersion |
SoapBindingInfo.getSoapVersion() |
Modifier and Type | Method and Description |
---|---|
void |
SoapBindingInfo.setSoapVersion(SoapVersion soapVersion) |
Constructor and Description |
---|
SoapBindingInfo(ServiceInfo serv,
String n,
SoapVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
static MessageFactory |
SAAJFactoryResolver.createMessageFactory(SoapVersion version) |
static SOAPFactory |
SAAJFactoryResolver.createSOAPFactory(SoapVersion version) |
Modifier and Type | Method and Description |
---|---|
Element |
MAPCodec.HeaderFactory.getHeader(SoapVersion soapversion) |
Modifier and Type | Method and Description |
---|---|
static SoapFault |
WSS4JUtils.createSoapFault(SoapMessage message,
SoapVersion version,
org.apache.wss4j.common.ext.WSSecurityException e)
Create a SoapFault from a WSSecurityException, following the SOAP Message Security
1.1 specification, chapter 12 "Error Handling".
|
Apache CXF