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

SOAP12Constants

public class SOAP12Constants extends Object implements SOAPConstants
SOAP 1.2 constants
author
Glen Daniels (gdaniels@apache.org)
author
Andras Avar (andras.avar@nokia.com)

Fields Summary
private static QName
headerQName
private static QName
bodyQName
private static QName
faultQName
private static QName
roleQName
public static final String
PROP_WEBMETHOD
MessageContext property name for webmethod
Constructors Summary
Methods Summary
public javax.xml.namespace.QNamegetArrayType()
Obtain the QName of the SOAP array type

        return Constants.SOAP_ARRAY12;
    
public java.lang.StringgetAttrHref()
Obtain the ref attribute name

        return Constants.ATTR_REF;
    
public java.lang.StringgetAttrItemType()
Obtain the item type name of an array

        return Constants.ATTR_ITEM_TYPE;
    
public javax.xml.namespace.QNamegetBodyQName()

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

        return "application/soap+xml";
    
public java.lang.StringgetEncodingURI()

        return Constants.URI_SOAP12_ENC;
    
public java.lang.StringgetEnvelopeURI()


       
        return Constants.URI_SOAP12_ENV;
    
public javax.xml.namespace.QNamegetFaultQName()

        return faultQName;
    
public javax.xml.namespace.QNamegetHeaderQName()

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

        return Constants.FAULT_SOAP12_MUSTUNDERSTAND;
    
public java.lang.StringgetNextRoleURI()
Obtain the "next" role/actor URI

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

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

        return Constants.FAULT_SOAP12_VERSIONMISMATCH;