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(javax.xml.stream.XMLStreamReader xmlReader,
SoapMessage message) |
Constructor and Description |
---|
ReadHeadersInterceptor(Bus b,
SoapVersion v) |
SoapOutInterceptor.SOAPHeaderWriter(javax.xml.stream.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 javax.xml.soap.MessageFactory |
SAAJFactoryResolver.createMessageFactory(SoapVersion version) |
static javax.xml.soap.SOAPFactory |
SAAJFactoryResolver.createSOAPFactory(SoapVersion version) |
Modifier and Type | Method and Description |
---|---|
Element |
MAPCodec.HeaderFactory.getHeader(SoapVersion soapversion) |
Apache CXF