org.apache.axis.soap

Class SOAP12Constants

Implemented Interfaces:
Serializable, SOAPConstants

public class SOAP12Constants
extends java.lang.Object
implements SOAPConstants

SOAP 1.2 constants
Authors:
Glen Daniels (gdaniels@apache.org)
Andras Avar (andras.avar@nokia.com)

Field Summary

static String
PROP_WEBMETHOD
MessageContext property name for webmethod

Fields inherited from interface org.apache.axis.soap.SOAPConstants

SOAP11_CONSTANTS, SOAP12_CONSTANTS

Method Summary

QName
getArrayType()
Obtain the QName of the SOAP array type
String
getAttrHref()
Obtain the ref attribute name
String
getAttrItemType()
Obtain the item type name of an array
QName
getBodyQName()
String
getContentType()
Obtain the MIME content type
String
getEncodingURI()
String
getEnvelopeURI()
QName
getFaultQName()
QName
getHeaderQName()
QName
getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code
String
getNextRoleURI()
Obtain the "next" role/actor URI
QName
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
QName
getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code

Field Details

PROP_WEBMETHOD

public static final String PROP_WEBMETHOD
MessageContext property name for webmethod

Method Details

getArrayType

public QName getArrayType()
Obtain the QName of the SOAP array type
Specified by:
getArrayType in interface SOAPConstants

getAttrHref

public String getAttrHref()
Obtain the ref attribute name
Specified by:
getAttrHref in interface SOAPConstants

getAttrItemType

public String getAttrItemType()
Obtain the item type name of an array
Specified by:
getAttrItemType in interface SOAPConstants

getBodyQName

public QName getBodyQName()
Specified by:
getBodyQName in interface SOAPConstants

getContentType

public String getContentType()
Obtain the MIME content type
Specified by:
getContentType in interface SOAPConstants

getEncodingURI

public String getEncodingURI()
Specified by:
getEncodingURI in interface SOAPConstants

getEnvelopeURI

public String getEnvelopeURI()
Specified by:
getEnvelopeURI in interface SOAPConstants

getFaultQName

public QName getFaultQName()
Specified by:
getFaultQName in interface SOAPConstants

getHeaderQName

public QName getHeaderQName()
Specified by:
getHeaderQName in interface SOAPConstants

getMustunderstandFaultQName

public QName getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code
Specified by:
getMustunderstandFaultQName in interface SOAPConstants

getNextRoleURI

public String getNextRoleURI()
Obtain the "next" role/actor URI
Specified by:
getNextRoleURI in interface SOAPConstants

getRoleAttributeQName

public QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
Specified by:
getRoleAttributeQName in interface SOAPConstants

getVerMismatchFaultCodeQName

public QName getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code
Specified by:
getVerMismatchFaultCodeQName in interface SOAPConstants

Copyright © 2005 Apache Web Services Project. All Rights Reserved.