public interface SOAPVersion
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.
|
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
|
String getEnvelopeURI()
String getEncodingURI()
QName getRoleAttributeQName()
String getNextRoleURI()
QName getMustUnderstandFaultCode()
QName getSenderFaultCode()
QName getReceiverFaultCode()
QName getFaultReasonQName()
QName getFaultCodeQName()
QName getFaultDetailQName()
QName getFaultRoleQName()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.