org.apache.axis.soap
Class SOAP12Constants

java.lang.Object
  |
  +--org.apache.axis.soap.SOAP12Constants
All Implemented Interfaces:
SOAPConstants

public class SOAP12Constants
extends java.lang.Object
implements SOAPConstants

SOAP 1.2 constants

Author:
Glen Daniels (gdaniels@apache.org)

Fields inherited from interface org.apache.axis.soap.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
 
Constructor Summary
SOAP12Constants()
           
 
Method Summary
 QName getBodyQName()
          Obtain the QName for the Body element
 java.lang.String getEncodingURI()
          Obtain the encoding namespace for this version of SOAP
 java.lang.String getEnvelopeURI()
          Obtain the envelope namespace for this version of SOAP
 QName getFaultQName()
          Obtain the QName for the Fault element
 QName getHeaderQName()
          Obtain the QName for the Header element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

getEncodingURI

public java.lang.String getEncodingURI()
Description copied from interface: SOAPConstants
Obtain the encoding namespace for this version of SOAP
Specified by:
getEncodingURI 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

getFaultQName

public QName getFaultQName()
Description copied from interface: SOAPConstants
Obtain the QName for the Fault element
Specified by:
getFaultQName in interface SOAPConstants


Copyright © 2002 Apache XML Project. All Rights Reserved.