FileDocCategorySizeDatePackage
SOAPConstants.javaAPI DocApache Axis 1.42852Sat Apr 22 18:57:28 BST 2006org.apache.axis.soap

SOAPConstants

public interface SOAPConstants implements Serializable
An interface definining SOAP constants. This allows various parts of the engine to avoid hardcoding dependence on a particular SOAP version and its associated URIs, etc. This might be fleshed out later to encapsulate factories for behavioral objects which act differently depending on the SOAP version, but for now it just supplies common namespaces + QNames.
author
Glen Daniels (gdaniels@apache.org)
author
Andras Avar (andras.avar@nokia.com)

Fields Summary
public SOAP11Constants
SOAP11_CONSTANTS
SOAP 1.1 constants - thread-safe and shared
public SOAP12Constants
SOAP12_CONSTANTS
SOAP 1.2 constants - thread-safe and shared
Constructors Summary
Methods Summary
public javax.xml.namespace.QNamegetArrayType()
Obtain the QName of the SOAP array type

public java.lang.StringgetAttrHref()
Obtain the href attribute name

public java.lang.StringgetAttrItemType()
Obtain the item type name of an array

public javax.xml.namespace.QNamegetBodyQName()
Obtain the QName for the Body element

public java.lang.StringgetContentType()
Obtain the MIME content type

public java.lang.StringgetEncodingURI()
Obtain the encoding namespace for this version of SOAP

public java.lang.StringgetEnvelopeURI()
Obtain the envelope namespace for this version of SOAP

public javax.xml.namespace.QNamegetFaultQName()
Obtain the QName for the Fault element

public javax.xml.namespace.QNamegetHeaderQName()
Obtain the QName for the Header element

public javax.xml.namespace.QNamegetMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code

public java.lang.StringgetNextRoleURI()
Obtain the "next" role/actor URI

public javax.xml.namespace.QNamegetRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)

public javax.xml.namespace.QNamegetVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code