org.apache.axis.soap

Class SOAP11Constants

public class SOAP11Constants extends Object implements SOAPConstants

SOAP 1.1 constants

Author: Glen Daniels (gdaniels@apache.org) Andras Avar (andras.avar@nokia.com)

Method Summary
QNamegetArrayType()
Obtain the QName of the SOAP array type
StringgetAttrHref()
Obtain the ref attribute name
StringgetAttrItemType()
Obtain the item type name of an array
QNamegetBodyQName()
StringgetContentType()
Obtain the MIME content type
StringgetEncodingURI()
StringgetEnvelopeURI()
QNamegetFaultQName()
QNamegetHeaderQName()
QNamegetMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code
StringgetNextRoleURI()
Obtain the "next" role/actor URI
QNamegetRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
QNamegetVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code

Method Detail

getArrayType

public QName getArrayType()
Obtain the QName of the SOAP array type

getAttrHref

public String getAttrHref()
Obtain the ref attribute name

getAttrItemType

public String getAttrItemType()
Obtain the item type name of an array

getBodyQName

public QName getBodyQName()

getContentType

public String getContentType()
Obtain the MIME content type

getEncodingURI

public String getEncodingURI()

getEnvelopeURI

public String getEnvelopeURI()

getFaultQName

public QName getFaultQName()

getHeaderQName

public QName getHeaderQName()

getMustunderstandFaultQName

public QName getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code

getNextRoleURI

public String getNextRoleURI()
Obtain the "next" role/actor URI

getRoleAttributeQName

public QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)

getVerMismatchFaultCodeQName

public QName getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.