Package org.apache.ws.security
Class SOAP12Constants
java.lang.Object
org.apache.ws.security.SOAP12Constants
- All Implemented Interfaces:
Serializable
,SOAPConstants
SOAP 1.2 constants
- Author:
- Glen Daniels (gdaniels@apache.org), Andras Avar (andras.avar@nokia.com)
- See Also:
-
Field Summary
FieldsFields inherited from interface org.apache.ws.security.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)
-
Field Details
-
PROP_WEBMETHOD
MessageContext property name for webmethod- See Also:
-
-
Constructor Details
-
SOAP12Constants
public SOAP12Constants()
-
-
Method Details
-
getEnvelopeURI
Description copied from interface:SOAPConstants
Obtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURI
in interfaceSOAPConstants
-
getHeaderQName
Description copied from interface:SOAPConstants
Obtain the QName for the Header element- Specified by:
getHeaderQName
in interfaceSOAPConstants
-
getBodyQName
Description copied from interface:SOAPConstants
Obtain the QName for the Body element- Specified by:
getBodyQName
in interfaceSOAPConstants
-
getRoleAttributeQName
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQName
in interfaceSOAPConstants
-
getNextRoleURI
Obtain the "next" role/actor URI- Specified by:
getNextRoleURI
in interfaceSOAPConstants
-
getMustunderstand
Obtain the Mustunderstand string- Specified by:
getMustunderstand
in interfaceSOAPConstants
-