public class SOAP11Constants extends java.lang.Object implements SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS| Constructor and Description |
|---|
SOAP11Constants() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getBodyQName()
Obtain the QName for the Body element
|
java.lang.String |
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAP
|
javax.xml.namespace.QName |
getHeaderQName()
Obtain the QName for the Header element
|
java.lang.String |
getMustunderstand()
Deprecated.
use getMustUnderstand() instead
|
java.lang.String |
getMustUnderstand()
Obtain the MustUnderstand string
|
java.lang.String |
getNextRoleURI()
Obtain the "next" role/actor URI
|
javax.xml.namespace.QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
public java.lang.String getEnvelopeURI()
SOAPConstantsgetEnvelopeURI in interface SOAPConstantspublic javax.xml.namespace.QName getHeaderQName()
SOAPConstantsgetHeaderQName in interface SOAPConstantspublic javax.xml.namespace.QName getBodyQName()
SOAPConstantsgetBodyQName in interface SOAPConstantspublic javax.xml.namespace.QName getRoleAttributeQName()
getRoleAttributeQName in interface SOAPConstantspublic java.lang.String getNextRoleURI()
getNextRoleURI in interface SOAPConstantspublic java.lang.String getMustUnderstand()
getMustUnderstand in interface SOAPConstantspublic java.lang.String getMustunderstand()
getMustunderstand in interface SOAPConstantsCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.