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.StringPROP_WEBMETHODMessageContext 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.QNamegetBodyQName()Obtain the QName for the Body elementjava.lang.StringgetEnvelopeURI()Obtain the envelope namespace for this version of SOAPjavax.xml.namespace.QNamegetHeaderQName()Obtain the QName for the Header elementjava.lang.StringgetMustunderstand()Obtain the Mustunderstand stringjava.lang.StringgetNextRoleURI()Obtain the "next" role/actor URIjavax.xml.namespace.QNamegetRoleAttributeQName()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:SOAPConstantsObtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURIin interfaceSOAPConstants
-
getHeaderQName
public javax.xml.namespace.QName getHeaderQName()
Description copied from interface:SOAPConstantsObtain the QName for the Header element- Specified by:
getHeaderQNamein interfaceSOAPConstants
-
getBodyQName
public javax.xml.namespace.QName getBodyQName()
Description copied from interface:SOAPConstantsObtain the QName for the Body element- Specified by:
getBodyQNamein interfaceSOAPConstants
-
getRoleAttributeQName
public javax.xml.namespace.QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQNamein interfaceSOAPConstants
-
getNextRoleURI
public java.lang.String getNextRoleURI()
Obtain the "next" role/actor URI- Specified by:
getNextRoleURIin interfaceSOAPConstants
-
getMustunderstand
public java.lang.String getMustunderstand()
Obtain the Mustunderstand string- Specified by:
getMustunderstandin interfaceSOAPConstants
-
-