org.apache.ws.security
Class SOAP12Constants

java.lang.Object
  extended by org.apache.ws.security.SOAP12Constants
All Implemented Interfaces:
Serializable, SOAPConstants

public class SOAP12Constants
extends 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
static String PROP_WEBMETHOD
          MessageContext property name for webmethod
 
Fields inherited from interface org.apache.ws.security.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
 
Constructor Summary
SOAP12Constants()
           
 
Method Summary
 QName getBodyQName()
          Obtain the QName for the Body element
 String getEnvelopeURI()
          Obtain the envelope namespace for this version of SOAP
 QName getHeaderQName()
          Obtain the QName for the Header element
 String getMustUnderstand()
          Obtain the MustUnderstand string
 String getNextRoleURI()
          Obtain the "next" role/actor URI
 QName getRoleAttributeQName()
          Obtain the QName for the role attribute (actor/role)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_WEBMETHOD

public static final String PROP_WEBMETHOD
MessageContext property name for webmethod

See Also:
Constant Field Values
Constructor Detail

SOAP12Constants

public SOAP12Constants()
Method Detail

getEnvelopeURI

public String getEnvelopeURI()
Description copied from interface: SOAPConstants
Obtain the envelope namespace for this version of SOAP

Specified by:
getEnvelopeURI in interface SOAPConstants

getHeaderQName

public QName getHeaderQName()
Description copied from interface: SOAPConstants
Obtain the QName for the Header element

Specified by:
getHeaderQName in interface SOAPConstants

getBodyQName

public QName getBodyQName()
Description copied from interface: SOAPConstants
Obtain the QName for the Body element

Specified by:
getBodyQName in interface SOAPConstants

getRoleAttributeQName

public QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)

Specified by:
getRoleAttributeQName in interface SOAPConstants

getNextRoleURI

public String getNextRoleURI()
Obtain the "next" role/actor URI

Specified by:
getNextRoleURI in interface SOAPConstants

getMustUnderstand

public String getMustUnderstand()
Obtain the MustUnderstand string

Specified by:
getMustUnderstand in interface SOAPConstants


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.