public class SOAP12Constants extends java.lang.Object implements SOAPConstants
| Modifier and Type | Field and Description |
|---|---|
static java.lang.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
|
java.lang.String |
getAttrHref()
Obtain the ref attribute name
|
java.lang.String |
getAttrItemType()
Obtain the item type name of an array
|
QName |
getBodyQName()
Obtain the QName for the Body element
|
java.lang.String |
getContentType()
Obtain the MIME content type
|
java.lang.String |
getEncodingURI()
Obtain the encoding namespace for this version of SOAP
|
java.lang.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
|
java.lang.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 java.lang.String PROP_WEBMETHOD
public java.lang.String getEnvelopeURI()
SOAPConstantsgetEnvelopeURI in interface SOAPConstantspublic java.lang.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 java.lang.String getContentType()
getContentType in interface SOAPConstantspublic java.lang.String getNextRoleURI()
getNextRoleURI in interface SOAPConstantspublic java.lang.String getAttrHref()
getAttrHref in interface SOAPConstantspublic java.lang.String getAttrItemType()
getAttrItemType in interface SOAPConstantspublic QName getVerMismatchFaultCodeQName()
getVerMismatchFaultCodeQName in interface SOAPConstantspublic QName getMustunderstandFaultQName()
getMustunderstandFaultQName in interface SOAPConstantspublic QName getArrayType()
getArrayType in interface SOAPConstantsCopyright ? 2005 Apache Web Services Project. All Rights Reserved.