Package org.apache.wss4j.dom
Class SOAP12Constants
- java.lang.Object
-
- org.apache.wss4j.dom.SOAP12Constants
-
- All Implemented Interfaces:
Serializable,SOAPConstants
public class SOAP12Constants extends Object implements SOAPConstants
SOAP 1.2 constants- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_WEBMETHODMessageContext property name for webmethod-
Fields inherited from interface org.apache.wss4j.dom.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
-
-
Constructor Summary
Constructors Constructor Description SOAP12Constants()
-
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)
-
-
-
Field Detail
-
PROP_WEBMETHOD
public static final String PROP_WEBMETHOD
MessageContext property name for webmethod- See Also:
- Constant Field Values
-
-
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
-
-