站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

SOAP12Constants (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.soap
Class SOAP12Constants

java.lang.Object
  extended byorg.apache.axis.soap.SOAP12Constants
All Implemented Interfaces:
Serializable, SOAPConstants

public class SOAP12Constants
extends Object
implements SOAPConstants

SOAP 1.2 constants

Author:
Glen Daniels (gdaniels@apache.org), Andras Avar (andras.avar@nokia.com)
See Also:
Serialized Form

Field Summary
static String PROP_WEBMETHOD
          MessageContext property name for webmethod
 
Fields inherited from interface org.apache.axis.soap.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
 
Constructor Summary
SOAP12Constants()
           
 
Method Summary
 String getAttrHref()
          Obtain the ref attribute name
 String getAttrItemType()
          Obtain the item type name of an array
 javax.xml.namespace.QName getBodyQName()
          Obtain the QName for the Body element
 String getContentType()
          Obtain the MIME content type
 String getEncodingURI()
          Obtain the encoding namespace for this version of SOAP
 String getEnvelopeURI()
          Obtain the envelope namespace for this version of SOAP
 javax.xml.namespace.QName getFaultQName()
          Obtain the QName for the Fault element
 javax.xml.namespace.QName getHeaderQName()
          Obtain the QName for the Header element
 javax.xml.namespace.QName getMustunderstandFaultQName()
          Obtain the Qname of Mustunderstand fault code
 String getNextRoleURI()
          Obtain the "next" role/actor URI
 javax.xml.namespace.QName getRoleAttributeQName()
          Obtain the QName for the role attribute (actor/role)
 javax.xml.namespace.QName getVerMismatchFaultCodeQName()
          Obtain the Qname of VersionMismatch fault code
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_WEBMETHOD

public static final String PROP_WEBMETHOD
MessageContext property name for webmethod

See Also:
Constant Field Values
Constructor Detail

SOAP12Constants

public SOAP12Constants()
Method Detail

getEnvelopeURI

public String getEnvelopeURI()
Description copied from interface: SOAPConstants
Obtain the envelope namespace for this version of SOAP

Specified by:
getEnvelopeURI in interface SOAPConstants

getEncodingURI

public String getEncodingURI()
Description copied from interface: SOAPConstants
Obtain the encoding namespace for this version of SOAP

Specified by:
getEncodingURI in interface SOAPConstants

getHeaderQName

public javax.xml.namespace.QName getHeaderQName()
Description copied from interface: SOAPConstants
Obtain the QName for the Header element

Specified by:
getHeaderQName in interface SOAPConstants

getBodyQName

public javax.xml.namespace.QName getBodyQName()
Description copied from interface: SOAPConstants
Obtain the QName for the Body element

Specified by:
getBodyQName in interface SOAPConstants

getFaultQName

public javax.xml.namespace.QName getFaultQName()
Description copied from interface: SOAPConstants
Obtain the QName for the Fault element

Specified by:
getFaultQName in interface SOAPConstants

getRoleAttributeQName

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

Specified by:
getRoleAttributeQName in interface SOAPConstants

getContentType

public String getContentType()
Obtain the MIME content type

Specified by:
getContentType in interface SOAPConstants

getNextRoleURI

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

Specified by:
getNextRoleURI 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

getVerMismatchFaultCodeQName

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

Specified by:
getVerMismatchFaultCodeQName in interface SOAPConstants

getMustunderstandFaultQName

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

Specified by:
getMustunderstandFaultQName in interface SOAPConstants


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.