Package org.apache.wss4j.dom
Class SOAP11Constants
java.lang.Object
org.apache.wss4j.dom.SOAP11Constants
- All Implemented Interfaces:
Serializable,SOAPConstants
SOAP 1.1 constants
- See Also:
-
Field Summary
Fields inherited from interface org.apache.wss4j.dom.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain the QName for the Body elementObtain the envelope namespace for this version of SOAPObtain the QName for the Header elementObtain the MustUnderstand stringObtain the "next" role/actor URIObtain the QName for the role attribute (actor/role)
-
Constructor Details
-
SOAP11Constants
public SOAP11Constants()
-
-
Method Details
-
getEnvelopeURI
Description copied from interface:SOAPConstantsObtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURIin interfaceSOAPConstants
-
getHeaderQName
Description copied from interface:SOAPConstantsObtain the QName for the Header element- Specified by:
getHeaderQNamein interfaceSOAPConstants
-
getBodyQName
Description copied from interface:SOAPConstantsObtain the QName for the Body element- Specified by:
getBodyQNamein interfaceSOAPConstants
-
getRoleAttributeQName
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQNamein interfaceSOAPConstants
-
getNextRoleURI
Obtain the "next" role/actor URI- Specified by:
getNextRoleURIin interfaceSOAPConstants
-
getMustUnderstand
Obtain the MustUnderstand string- Specified by:
getMustUnderstandin interfaceSOAPConstants
-