public interface SOAPVersion
Modifier and Type | Field and Description |
---|---|
static SOAPVersion |
SOAP11 |
static SOAPVersion |
SOAP12 |
Modifier and Type | Method and Description |
---|---|
String |
getEncodingURI()
Obtain the encoding namespace for this version of SOAP
|
String |
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAP
|
QName |
getFaultCodeQName()
Obtain the QName for the fault code element.
|
QName |
getFaultDetailQName()
Obtain the QName for the fault detail element.
|
QName |
getFaultReasonQName()
Obtain the QName for the fault reason element.
|
QName |
getFaultRoleQName()
Obtain the QName for the fault role/actor element.
|
MediaType |
getMediaType()
Obtain the media type for this version of SOAP.
|
QName |
getMustUnderstandFaultCode()
Obtain the QName for the MustUnderstand fault code
|
String |
getNextRoleURI()
Obtain the "next" role/actor URI
|
QName |
getReceiverFaultCode()
Obtain the QName for the Receiver fault code.
|
QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
QName |
getSenderFaultCode()
Obtain the QName for the Sender fault code
|
static final SOAPVersion SOAP11
static final SOAPVersion SOAP12
String getEnvelopeURI()
String getEncodingURI()
QName getRoleAttributeQName()
String getNextRoleURI()
QName getMustUnderstandFaultCode()
QName getSenderFaultCode()
QName getReceiverFaultCode()
QName getFaultReasonQName()
QName getFaultCodeQName()
QName getFaultDetailQName()
QName getFaultRoleQName()
MediaType getMediaType()
Copyright © The Apache Software Foundation. All Rights Reserved.