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 QNamegetBodyQName()Obtain the QName for the Body elementStringgetEnvelopeURI()Obtain the envelope namespace for this version of SOAPQNamegetHeaderQName()Obtain the QName for the Header elementStringgetMustUnderstand()Obtain the MustUnderstand stringStringgetNextRoleURI()Obtain the "next" role/actor URIQNamegetRoleAttributeQName()Obtain the QName for the role attribute (actor/role)
-
-
-
Method Detail
-
getEnvelopeURI
public String getEnvelopeURI()
Description copied from interface:SOAPConstantsObtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURIin interfaceSOAPConstants
-
getHeaderQName
public QName getHeaderQName()
Description copied from interface:SOAPConstantsObtain the QName for the Header element- Specified by:
getHeaderQNamein interfaceSOAPConstants
-
getBodyQName
public QName getBodyQName()
Description copied from interface:SOAPConstantsObtain the QName for the Body element- Specified by:
getBodyQNamein interfaceSOAPConstants
-
getRoleAttributeQName
public QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQNamein interfaceSOAPConstants
-
getNextRoleURI
public String getNextRoleURI()
Obtain the "next" role/actor URI- Specified by:
getNextRoleURIin interfaceSOAPConstants
-
getMustUnderstand
public String getMustUnderstand()
Obtain the MustUnderstand string- Specified by:
getMustUnderstandin interfaceSOAPConstants
-
-