org.apache.axiom.soap
Class SOAP11Version

java.lang.Object
  extended byorg.apache.axiom.soap.SOAP11Version
All Implemented Interfaces:
SOAP11Constants, SOAPConstants, SOAPVersion

public class SOAP11Version
extends java.lang.Object
implements SOAPVersion, SOAP11Constants

Version-specific stuff for SOAP 1.1


Field Summary
 
Fields inherited from interface org.apache.axiom.soap.SOAP11Constants
ATTR_ACTOR, FAULT_CODE_RECEIVER, FAULT_CODE_SENDER, QNAME_ACTOR, QNAME_FAULT_CODE, QNAME_FAULT_DETAIL, QNAME_FAULT_REASON, QNAME_FAULT_ROLE, QNAME_MU_FAULTCODE, QNAME_RECEIVER_FAULTCODE, QNAME_SENDER_FAULTCODE, SOAP_11_CONTENT_TYPE, SOAP_ACTOR_NEXT, SOAP_ENCODING_NAMESPACE_URI, SOAP_ENVELOPE_NAMESPACE_URI, SOAP_FAULT_ACTOR_LOCAL_NAME, SOAP_FAULT_CODE_LOCAL_NAME, SOAP_FAULT_DETAIL_LOCAL_NAME, SOAP_FAULT_STRING_LOCAL_NAME
 
Fields inherited from interface org.apache.axiom.soap.SOAPConstants
ATTR_MUSTUNDERSTAND, ATTR_MUSTUNDERSTAND_0, ATTR_MUSTUNDERSTAND_1, ATTR_MUSTUNDERSTAND_FALSE, ATTR_MUSTUNDERSTAND_TRUE, BODY_FAULT_LOCAL_NAME, BODY_LOCAL_NAME, BODY_NAMESPACE_PREFIX, FAULT_CODE_DATA_ENCODING_UNKNOWN, FAULT_CODE_MUST_UNDERSTAND, FAULT_CODE_VERSION_MISMATCH, HEADER_LOCAL_NAME, SOAP_DEFAULT_NAMESPACE_PREFIX, SOAP_FAULT_DETAIL_EXCEPTION_ENTRY, SOAPENVELOPE_LOCAL_NAME, SOAPFAULT_DETAIL_LOCAL_NAME, SOAPFAULT_LOCAL_NAME
 
Method Summary
 java.lang.String getEncodingURI()
          Obtain the encoding namespace for this version of SOAP
 java.lang.String getEnvelopeURI()
          Obtain the envelope namespace for this version of SOAP
 javax.xml.namespace.QName getFaultCodeQName()
          Obtain the QName for the fault code element
 javax.xml.namespace.QName getFaultDetailQName()
          Obtain the QName for the fault detail element
 javax.xml.namespace.QName getFaultReasonQName()
          Obtain the QName for the fault reason element
 javax.xml.namespace.QName getFaultRoleQName()
          Obtain the QName for the fault role/actor element
 javax.xml.namespace.QName getMustUnderstandFaultCode()
          Obtain the QName for the MustUnderstand fault code
 java.lang.String getNextRoleURI()
          Obtain the "next" role/actor URI
 javax.xml.namespace.QName getReceiverFaultCode()
          Obtain the QName for the Receiver fault code
 javax.xml.namespace.QName getRoleAttributeQName()
          Obtain the QName for the role attribute (actor/role)
 javax.xml.namespace.QName getSenderFaultCode()
          Obtain the QName for the Sender fault code
static SOAP11Version getSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSingleton

public static SOAP11Version getSingleton()

getEnvelopeURI

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

Specified by:
getEnvelopeURI in interface SOAPVersion

getEncodingURI

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

Specified by:
getEncodingURI in interface SOAPVersion

getRoleAttributeQName

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

Specified by:
getRoleAttributeQName in interface SOAPVersion

getNextRoleURI

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

Specified by:
getNextRoleURI in interface SOAPVersion

getMustUnderstandFaultCode

public javax.xml.namespace.QName getMustUnderstandFaultCode()
Obtain the QName for the MustUnderstand fault code

Specified by:
getMustUnderstandFaultCode in interface SOAPVersion

getSenderFaultCode

public javax.xml.namespace.QName getSenderFaultCode()
Obtain the QName for the Sender fault code

Specified by:
getSenderFaultCode in interface SOAPVersion
Returns:
Sender fault code as a QName

getReceiverFaultCode

public javax.xml.namespace.QName getReceiverFaultCode()
Obtain the QName for the Receiver fault code

Specified by:
getReceiverFaultCode in interface SOAPVersion
Returns:
Receiver fault code as a QName

getFaultReasonQName

public javax.xml.namespace.QName getFaultReasonQName()
Obtain the QName for the fault reason element

Specified by:
getFaultReasonQName in interface SOAPVersion
Returns:

getFaultCodeQName

public javax.xml.namespace.QName getFaultCodeQName()
Obtain the QName for the fault code element

Specified by:
getFaultCodeQName in interface SOAPVersion
Returns:

getFaultDetailQName

public javax.xml.namespace.QName getFaultDetailQName()
Obtain the QName for the fault detail element

Specified by:
getFaultDetailQName in interface SOAPVersion
Returns:

getFaultRoleQName

public javax.xml.namespace.QName getFaultRoleQName()
Obtain the QName for the fault role/actor element

Specified by:
getFaultRoleQName in interface SOAPVersion
Returns:


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.