Package org.apache.wss4j.dom
Class SOAP11Constants
- java.lang.Object
-
- org.apache.wss4j.dom.SOAP11Constants
-
- All Implemented Interfaces:
Serializable
,SOAPConstants
public class SOAP11Constants extends Object implements SOAPConstants
SOAP 1.1 constants- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.apache.wss4j.dom.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
-
-
Constructor Summary
Constructors Constructor Description SOAP11Constants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getBodyQName()
Obtain the QName for the Body elementString
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAPQName
getHeaderQName()
Obtain the QName for the Header elementString
getMustUnderstand()
Obtain the MustUnderstand stringString
getNextRoleURI()
Obtain the "next" role/actor URIQName
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
-
-
-
Method Detail
-
getEnvelopeURI
public String getEnvelopeURI()
Description copied from interface:SOAPConstants
Obtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURI
in interfaceSOAPConstants
-
getHeaderQName
public QName getHeaderQName()
Description copied from interface:SOAPConstants
Obtain the QName for the Header element- Specified by:
getHeaderQName
in interfaceSOAPConstants
-
getBodyQName
public QName getBodyQName()
Description copied from interface:SOAPConstants
Obtain the QName for the Body element- Specified by:
getBodyQName
in interfaceSOAPConstants
-
getRoleAttributeQName
public QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQName
in interfaceSOAPConstants
-
getNextRoleURI
public String getNextRoleURI()
Obtain the "next" role/actor URI- Specified by:
getNextRoleURI
in interfaceSOAPConstants
-
getMustUnderstand
public String getMustUnderstand()
Obtain the MustUnderstand string- Specified by:
getMustUnderstand
in interfaceSOAPConstants
-
-