public class SOAP11Constants extends 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
|
String |
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAP
|
javax.xml.namespace.QName |
getHeaderQName()
Obtain the QName for the Header element
|
String |
getMustunderstand()
Deprecated.
use getMustUnderstand() instead
|
String |
getMustUnderstand()
Obtain the MustUnderstand string
|
String |
getNextRoleURI()
Obtain the "next" role/actor URI
|
javax.xml.namespace.QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
public 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 String getNextRoleURI()
getNextRoleURI in interface SOAPConstantspublic String getMustUnderstand()
getMustUnderstand in interface SOAPConstantspublic String getMustunderstand()
getMustunderstand in interface SOAPConstantsCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.