public class SOAP12Constants extends Object implements SOAPConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_WEBMETHOD
MessageContext property name for webmethod
|
SOAP11_CONSTANTS, SOAP12_CONSTANTS| Constructor and Description |
|---|
SOAP12Constants() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getArrayType()
Obtain the QName of the SOAP array type
|
String |
getAttrHref()
Obtain the ref 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
|
public static final String PROP_WEBMETHOD
public String getEnvelopeURI()
SOAPConstantsgetEnvelopeURI in interface SOAPConstantspublic String getEncodingURI()
SOAPConstantsgetEncodingURI in interface SOAPConstantspublic QName getHeaderQName()
SOAPConstantsgetHeaderQName in interface SOAPConstantspublic QName getBodyQName()
SOAPConstantsgetBodyQName in interface SOAPConstantspublic QName getFaultQName()
SOAPConstantsgetFaultQName in interface SOAPConstantspublic QName getRoleAttributeQName()
getRoleAttributeQName in interface SOAPConstantspublic String getContentType()
getContentType in interface SOAPConstantspublic String getNextRoleURI()
getNextRoleURI in interface SOAPConstantspublic String getAttrHref()
getAttrHref in interface SOAPConstantspublic String getAttrItemType()
getAttrItemType in interface SOAPConstantspublic QName getVerMismatchFaultCodeQName()
getVerMismatchFaultCodeQName in interface SOAPConstantspublic QName getMustunderstandFaultQName()
getMustunderstandFaultQName in interface SOAPConstantspublic QName getArrayType()
getArrayType in interface SOAPConstantsCopyright © The Apache Software Foundation. All Rights Reserved.