Package org.apache.ws.security
Class SOAP12Constants
- java.lang.Object
-
- org.apache.ws.security.SOAP12Constants
-
- All Implemented Interfaces:
java.io.Serializable
,SOAPConstants
public class SOAP12Constants extends java.lang.Object implements SOAPConstants
SOAP 1.2 constants- Author:
- Glen Daniels (gdaniels@apache.org), Andras Avar (andras.avar@nokia.com)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROP_WEBMETHOD
MessageContext property name for webmethod-
Fields inherited from interface org.apache.ws.security.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
-
-
Constructor Summary
Constructors Constructor Description SOAP12Constants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.namespace.QName
getBodyQName()
Obtain the QName for the Body elementjava.lang.String
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAPjavax.xml.namespace.QName
getHeaderQName()
Obtain the QName for the Header elementjava.lang.String
getMustunderstand()
Obtain the Mustunderstand stringjava.lang.String
getNextRoleURI()
Obtain the "next" role/actor URIjavax.xml.namespace.QName
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
-
-
-
Field Detail
-
PROP_WEBMETHOD
public static final java.lang.String PROP_WEBMETHOD
MessageContext property name for webmethod- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnvelopeURI
public java.lang.String getEnvelopeURI()
Description copied from interface:SOAPConstants
Obtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURI
in interfaceSOAPConstants
-
getHeaderQName
public javax.xml.namespace.QName getHeaderQName()
Description copied from interface:SOAPConstants
Obtain the QName for the Header element- Specified by:
getHeaderQName
in interfaceSOAPConstants
-
getBodyQName
public javax.xml.namespace.QName getBodyQName()
Description copied from interface:SOAPConstants
Obtain the QName for the Body element- Specified by:
getBodyQName
in interfaceSOAPConstants
-
getRoleAttributeQName
public javax.xml.namespace.QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQName
in interfaceSOAPConstants
-
getNextRoleURI
public java.lang.String getNextRoleURI()
Obtain the "next" role/actor URI- Specified by:
getNextRoleURI
in interfaceSOAPConstants
-
getMustunderstand
public java.lang.String getMustunderstand()
Obtain the Mustunderstand string- Specified by:
getMustunderstand
in interfaceSOAPConstants
-
-