Class 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
    • 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 element
      java.lang.String getEnvelopeURI()
      Obtain the envelope namespace for this version of SOAP
      javax.xml.namespace.QName getHeaderQName()
      Obtain the QName for the Header element
      java.lang.String getMustunderstand()
      Obtain the Mustunderstand string
      java.lang.String getNextRoleURI()
      Obtain the "next" role/actor URI
      javax.xml.namespace.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 java.lang.String PROP_WEBMETHOD
        MessageContext property name for webmethod
        See Also:
        Constant Field Values
    • Constructor Detail

      • SOAP12Constants

        public SOAP12Constants()
    • 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 interface SOAPConstants
      • getHeaderQName

        public javax.xml.namespace.QName getHeaderQName()
        Description copied from interface: SOAPConstants
        Obtain the QName for the Header element
        Specified by:
        getHeaderQName in interface SOAPConstants
      • getBodyQName

        public javax.xml.namespace.QName getBodyQName()
        Description copied from interface: SOAPConstants
        Obtain the QName for the Body element
        Specified by:
        getBodyQName in interface SOAPConstants
      • getRoleAttributeQName

        public javax.xml.namespace.QName getRoleAttributeQName()
        Obtain the QName for the role attribute (actor/role)
        Specified by:
        getRoleAttributeQName in interface SOAPConstants
      • getNextRoleURI

        public java.lang.String getNextRoleURI()
        Obtain the "next" role/actor URI
        Specified by:
        getNextRoleURI in interface SOAPConstants
      • getMustunderstand

        public java.lang.String getMustunderstand()
        Obtain the Mustunderstand string
        Specified by:
        getMustunderstand in interface SOAPConstants