public interface SOAPConstants extends Serializable
Modifier and Type | Field and Description |
---|---|
static SOAP11Constants |
SOAP11_CONSTANTS
SOAP 1.1 constants - thread-safe and shared
|
static SOAP12Constants |
SOAP12_CONSTANTS
SOAP 1.2 constants - thread-safe and shared
|
Modifier and Type | Method and Description |
---|---|
QName |
getArrayType()
Obtain the QName of the SOAP array type
|
String |
getAttrHref()
Obtain the href attribute name
|
String |
getAttrItemType()
Obtain the item type name of an array
|
QName |
getBodyQName()
Obtain the QName for the Body element
|
String |
getContentType()
Obtain the MIME content type
|
String |
getEncodingURI()
Obtain the encoding namespace for this version of SOAP
|
String |
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAP
|
QName |
getFaultQName()
Obtain the QName for the Fault element
|
QName |
getHeaderQName()
Obtain the QName for the Header element
|
QName |
getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code
|
String |
getNextRoleURI()
Obtain the "next" role/actor URI
|
QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
QName |
getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code
|
static final SOAP11Constants SOAP11_CONSTANTS
static final SOAP12Constants SOAP12_CONSTANTS
String getEnvelopeURI()
String getEncodingURI()
QName getFaultQName()
QName getHeaderQName()
QName getBodyQName()
QName getRoleAttributeQName()
String getContentType()
String getNextRoleURI()
String getAttrHref()
String getAttrItemType()
QName getVerMismatchFaultCodeQName()
QName getMustunderstandFaultQName()
QName getArrayType()
Copyright © The Apache Software Foundation. All Rights Reserved.