Uses of Class
org.apache.axis2.soap.SOAPProcessingException

Packages that use SOAPProcessingException
org.apache.axis2.client   
org.apache.axis2.soap   
org.apache.axis2.soap.impl.dom   
org.apache.axis2.soap.impl.dom.factory   
org.apache.axis2.soap.impl.dom.soap11   
org.apache.axis2.soap.impl.dom.soap12   
org.apache.axis2.soap.impl.llom   
org.apache.axis2.soap.impl.llom.builder   
org.apache.axis2.soap.impl.llom.factory   
org.apache.axis2.soap.impl.llom.soap11   
org.apache.axis2.soap.impl.llom.soap12   
 

Uses of SOAPProcessingException in org.apache.axis2.client
 

Methods in org.apache.axis2.client that throw SOAPProcessingException
protected  SOAPEnvelope Stub.createEnvelope()
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap
 

Methods in org.apache.axis2.soap that throw SOAPProcessingException
 void SOAPFaultReason.setSOAPText(SOAPFaultText soapFaultText)
          Eran Chinthaka (chinthaka@apache.org)
 void SOAPFaultSubCode.setValue(SOAPFaultValue soapFaultSubCodeValue)
          Fault SubCode contain only one mandatory Value child.
 void SOAPFaultSubCode.setSubCode(SOAPFaultSubCode subCode)
          Fault SubCode can contain an optional SubCode
 void SOAPFaultCode.setValue(SOAPFaultValue value)
           
 void SOAPFaultCode.setSubCode(SOAPFaultSubCode value)
           
 void SOAPFault.setCode(SOAPFaultCode soapFaultCode)
          SOAPFaultCode is a mandatory item in a Fault, in SOAP 1.2 specification
 void SOAPFault.setReason(SOAPFaultReason reason)
          SOAPFaultReason is a mandatory item in a Fault, in SOAP 1.2 specification
 void SOAPFault.setNode(SOAPFaultNode node)
          SOAPFaultNode is an optional item in a Fault, in SOAP 1.2 specification
 void SOAPFault.setRole(SOAPFaultRole role)
          SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
 void SOAPFault.setDetail(SOAPFaultDetail detail)
          SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
 void SOAPHeaderBlock.setMustUnderstand(String mustUnderstand)
           
 boolean SOAPHeaderBlock.getMustUnderstand()
          Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is turned on.
 SOAPEnvelope SOAPFactory.createSOAPEnvelope()
           
 SOAPHeader SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAPFactory.createSOAPFault(SOAPBody parent, Exception e)
           
 SOAPFault SOAPFactory.createSOAPFault(SOAPBody parent)
           
 SOAPBody SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPFaultCode SOAPFactory.createSOAPFaultCode(SOAPFault parent)
          Code eii under SOAPFault (parent)
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultCode parent)
          Value eii under Code (parent)
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent)
          SubCode eii under Value (parent)
 SOAPFaultSubCode SOAPFactory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAPFactory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
          SubCode eii under SubCode (parent)
 SOAPFaultReason SOAPFactory.createSOAPFaultReason(SOAPFault parent)
          Reason eii under SOAPFault (parent)
 SOAPFaultText SOAPFactory.createSOAPFaultText(SOAPFaultReason parent)
          SubCode eii under SubCode (parent)
 SOAPFaultNode SOAPFactory.createSOAPFaultNode(SOAPFault parent)
          Node eii under SOAPFault (parent)
 SOAPFaultRole SOAPFactory.createSOAPFaultRole(SOAPFault parent)
          Role eii under SOAPFault (parent)
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail(SOAPFault parent)
          Detail eii under SOAPFault (parent)
 SOAPEnvelope SOAPFactory.getDefaultEnvelope()
          Method getDefaultEnvelope
 SOAPEnvelope SOAPFactory.getDefaultFaultEnvelope()
           
 SOAPEnvelope SOAPMessage.getSOAPEnvelope()
           
 void SOAPMessage.setSOAPEnvelope(SOAPEnvelope envelope)
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.dom
 

Methods in org.apache.axis2.soap.impl.dom that throw SOAPProcessingException
protected  void SOAPHeaderImpl.checkParent(OMElement parent)
           
 SOAPEnvelope SOAPMessageImpl.getSOAPEnvelope()
           
 void SOAPMessageImpl.setSOAPEnvelope(SOAPEnvelope envelope)
           
protected  void SOAPTextImpl.checkParent(OMElement parent)
           
 void SOAPFaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
          Eran Chinthaka (chinthaka@apache.org)
 void SOAPFaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAPFaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
protected  void SOAPEnvelopeImpl.checkParent(OMElement parent)
           
protected abstract  SOAPFaultDetail SOAPFaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 void SOAPFaultImpl.setCode(SOAPFaultCode soapFaultCode)
           
 void SOAPFaultImpl.setReason(SOAPFaultReason reason)
           
 void SOAPFaultImpl.setNode(SOAPFaultNode node)
           
 void SOAPFaultImpl.setRole(SOAPFaultRole role)
           
 void SOAPFaultImpl.setDetail(SOAPFaultDetail detail)
           
protected  void SOAPFaultImpl.putExceptionToSOAPFault(Exception e)
           
protected abstract  void SOAPElement.checkParent(OMElement parent)
          This has to be implemented by all the derived classes to check for the correct parent.
 void SOAPFaultCodeImpl.setValue(SOAPFaultValue value)
          Eran Chinthaka (chinthaka@apache.org)
 void SOAPFaultCodeImpl.setSubCode(SOAPFaultSubCode value)
           
protected  void SOAPBodyImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.dom that throw SOAPProcessingException
SOAPHeaderImpl(SOAPEnvelope envelope)
           
SOAPTextImpl(OMElement parent)
           
SOAPFaultReasonImpl(OMElement parent, boolean extractNamespaceFromParent)
           
SOAPFaultNodeImpl(SOAPFault parent)
           
SOAPFaultSubCodeImpl(OMElement parent, String localName)
           
SOAPFaultTextImpl(SOAPFaultReason parent)
           
SOAPFaultImpl(SOAPBody parent, Exception e)
          Constructor SOAPFaultImpl
SOAPFaultImpl(SOAPBody parent)
           
SOAPFaultValueImpl(OMElement parent)
           
SOAPElement(OMElement parent, String localName, boolean extractNamespaceFromParent)
           
SOAPFaultCodeImpl(SOAPFault parent, boolean extractNamespaceFromParent)
           
SOAPHeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAPFaultDetailImpl(SOAPFault parent, boolean extractNamespaceFromParent)
           
SOAPBodyImpl(SOAPEnvelope envelope)
           
SOAPFaultRoleImpl(SOAPFault parent, String localName, boolean extractNamespaceFromParent)
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.dom.factory
 

Methods in org.apache.axis2.soap.impl.dom.factory that throw SOAPProcessingException
 SOAPEnvelope DOMSOAPFactory.createSOAPEnvelope()
           
 SOAPHeader DOMSOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock DOMSOAPFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock DOMSOAPFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault DOMSOAPFactory.createSOAPFault(SOAPBody parent, Exception e)
           
 SOAPFault DOMSOAPFactory.createSOAPFault(SOAPBody parent)
           
 SOAPBody DOMSOAPFactory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPFaultCode DOMSOAPFactory.createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultValue DOMSOAPFactory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue DOMSOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode DOMSOAPFactory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode DOMSOAPFactory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultReason DOMSOAPFactory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultText DOMSOAPFactory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultNode DOMSOAPFactory.createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultRole DOMSOAPFactory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultDetail DOMSOAPFactory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPEnvelope DOMSOAPFactory.getDefaultEnvelope()
           
 SOAPEnvelope DOMSOAPFactory.getDefaultFaultEnvelope()
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.dom.soap11
 

Methods in org.apache.axis2.soap.impl.dom.soap11 that throw SOAPProcessingException
 void SOAP11FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP11FaultCodeImpl.setValue(SOAPFaultValue value)
           
protected  void SOAP11FaultCodeImpl.checkParent(OMElement parent)
           
 SOAPHeader SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAP11Factory.createSOAPFault(SOAPBody parent, Exception e)
           
 SOAPFault SOAP11Factory.createSOAPFault(SOAPBody parent)
           
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPFaultCode SOAP11Factory.createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode SOAP11Factory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAP11Factory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultNode SOAP11Factory.createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPEnvelope SOAP11Factory.getDefaultEnvelope()
           
protected  void SOAP11HeaderBlockImpl.checkParent(OMElement parent)
           
 void SOAP11HeaderBlockImpl.setMustUnderstand(String mustUnderstand)
           
 boolean SOAP11HeaderBlockImpl.getMustUnderstand()
          Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is turned on.
 void SOAP11FaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
           
protected  void SOAP11FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
           
 void SOAP11FaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP11FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
protected  void SOAP11FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultRoleImpl.checkParent(OMElement parent)
           
protected  SOAPFaultDetail SOAP11FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 void SOAP11FaultImpl.setCode(SOAPFaultCode soapFaultCode)
           
 void SOAP11FaultImpl.setReason(SOAPFaultReason reason)
           
 void SOAP11FaultImpl.setNode(SOAPFaultNode node)
           
 void SOAP11FaultImpl.setRole(SOAPFaultRole role)
           
protected  void SOAP11FaultImpl.checkParent(OMElement parent)
           
 void SOAP11FaultImpl.setDetail(SOAPFaultDetail detail)
           
protected  void SOAP11FaultValueImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.dom.soap11 that throw SOAPProcessingException
SOAP11FaultCodeImpl(SOAPFault parent)
           
SOAP11HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP11FaultReasonImpl(SOAPFault parent)
           
SOAP11FaultNodeImpl(SOAPFault parent)
           
SOAP11FaultTextImpl(SOAPFaultReason parent)
           
SOAP11FaultSubCodeImpl(SOAPFaultCode parent)
           
SOAP11FaultSubCodeImpl(SOAPFaultSubCode parent)
           
SOAP11FaultDetailImpl(SOAPFault parent)
           
SOAP11FaultRoleImpl(SOAPFault parent)
           
SOAP11BodyImpl(SOAPEnvelope envelope)
           
SOAP11FaultImpl(SOAPBody parent, Exception e)
           
SOAP11FaultImpl(SOAPBody parent)
          This is a convenience method for the SOAP Fault Impl.
SOAP11HeaderImpl(SOAPEnvelope envelope)
           
SOAP11FaultValueImpl(OMElement parent)
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.dom.soap12
 

Methods in org.apache.axis2.soap.impl.dom.soap12 that throw SOAPProcessingException
 void SOAP12FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP12FaultCodeImpl.setValue(SOAPFaultValue value)
           
protected  void SOAP12FaultCodeImpl.checkParent(OMElement parent)
           
 SOAPHeader SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAP12Factory.createSOAPFault(SOAPBody parent, Exception e)
           
 SOAPFault SOAP12Factory.createSOAPFault(SOAPBody parent)
           
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPFaultCode SOAP12Factory.createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode SOAP12Factory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAP12Factory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultNode SOAP12Factory.createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPEnvelope SOAP12Factory.getDefaultEnvelope()
           
protected  void SOAP12HeaderBlockImpl.checkParent(OMElement parent)
           
 void SOAP12HeaderBlockImpl.setMustUnderstand(String mustUnderstand)
           
 boolean SOAP12HeaderBlockImpl.getMustUnderstand()
           
 void SOAP12FaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
           
protected  void SOAP12FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
           
 void SOAP12FaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP12FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
protected  void SOAP12FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultRoleImpl.checkParent(OMElement parent)
           
 void SOAP12FaultImpl.setCode(SOAPFaultCode soapFaultCode)
           
 void SOAP12FaultImpl.setReason(SOAPFaultReason reason)
           
 void SOAP12FaultImpl.setNode(SOAPFaultNode node)
           
 void SOAP12FaultImpl.setRole(SOAPFaultRole role)
           
 void SOAP12FaultImpl.setDetail(SOAPFaultDetail detail)
           
protected  void SOAP12FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultValueImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.dom.soap12 that throw SOAPProcessingException
SOAP12FaultCodeImpl(SOAPFault parent)
           
SOAP12HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP12FaultReasonImpl(SOAPFault parent)
           
SOAP12FaultNodeImpl(SOAPFault parent)
           
SOAP12FaultTextImpl(SOAPFaultReason parent)
           
SOAP12FaultSubCodeImpl(SOAPFaultCode parent)
           
SOAP12FaultSubCodeImpl(SOAPFaultSubCode parent)
           
SOAP12FaultDetailImpl(SOAPFault parent)
           
SOAP12FaultRoleImpl(SOAPFault parent)
           
SOAP12BodyImpl(SOAPEnvelope envelope)
           
SOAP12FaultImpl(SOAPBody parent, Exception e)
           
SOAP12FaultImpl(SOAPBody parent)
          This is a convenience method for the SOAP Fault Impl.
SOAP12HeaderImpl(SOAPEnvelope envelope)
           
SOAP12FaultValueImpl(OMElement parent)
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.llom
 

Methods in org.apache.axis2.soap.impl.llom that throw SOAPProcessingException
 SOAPEnvelope SOAPMessageImpl.getSOAPEnvelope()
           
 void SOAPMessageImpl.setSOAPEnvelope(SOAPEnvelope envelope)
           
protected  void SOAPTextImpl.checkParent(OMElement parent)
           
protected  void SOAPEnvelopeImpl.checkParent(OMElement parent)
           
 void SOAPFaultCodeImpl.setValue(SOAPFaultValue value)
          Eran Chinthaka (chinthaka@apache.org)
 void SOAPFaultCodeImpl.setSubCode(SOAPFaultSubCode value)
           
 void SOAPFaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
          Eran Chinthaka (chinthaka@apache.org)
 void SOAPFaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAPFaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
protected  void SOAPBodyImpl.checkParent(OMElement parent)
           
protected abstract  SOAPFaultDetail SOAPFaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 void SOAPFaultImpl.setCode(SOAPFaultCode soapFaultCode)
           
 void SOAPFaultImpl.setReason(SOAPFaultReason reason)
           
 void SOAPFaultImpl.setNode(SOAPFaultNode node)
           
 void SOAPFaultImpl.setRole(SOAPFaultRole role)
           
 void SOAPFaultImpl.setDetail(SOAPFaultDetail detail)
           
protected  void SOAPFaultImpl.putExceptionToSOAPFault(Exception e)
           
protected  void SOAPHeaderImpl.checkParent(OMElement parent)
           
protected abstract  void SOAPElement.checkParent(OMElement parent)
          This has to be implemented by all the derived classes to check for the correct parent.
 

Constructors in org.apache.axis2.soap.impl.llom that throw SOAPProcessingException
SOAPTextImpl(OMElement parent)
           
SOAPFaultCodeImpl(SOAPFault parent, boolean extractNamespaceFromParent)
           
SOAPHeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAPFaultReasonImpl(OMElement parent, boolean extractNamespaceFromParent)
           
SOAPFaultNodeImpl(SOAPFault parent)
           
SOAPFaultTextImpl(SOAPFaultReason parent)
           
SOAPFaultSubCodeImpl(OMElement parent, String localName)
           
SOAPFaultDetailImpl(SOAPFault parent, boolean extractNamespaceFromParent)
           
SOAPFaultRoleImpl(SOAPFault parent, boolean extractNamespaceFromParent)
           
SOAPBodyImpl(SOAPEnvelope envelope)
           
SOAPFaultImpl(SOAPBody parent, Exception e)
          Constructor SOAPFaultImpl
SOAPFaultImpl(SOAPBody parent)
           
SOAPHeaderImpl(SOAPEnvelope envelope)
           
SOAPElement(OMElement parent, String localName, boolean extractNamespaceFromParent)
           
SOAPFaultValueImpl(OMElement parent)
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.llom.builder
 

Methods in org.apache.axis2.soap.impl.llom.builder that throw SOAPProcessingException
 OMElement SOAP12BuilderHelper.handleEvent(XMLStreamReader parser, OMElement parent, int elementLevel)
           
 OMElement SOAP11BuilderHelper.handleEvent(XMLStreamReader parser, OMElement parent, int elementLevel)
           
abstract  OMElement SOAPBuilderHelper.handleEvent(XMLStreamReader parser, OMElement element, int elementLevel)
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.llom.factory
 

Methods in org.apache.axis2.soap.impl.llom.factory that throw SOAPProcessingException
 SOAPHeader SOAPLinkedListImplFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAPLinkedListImplFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPLinkedListImplFactory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAPLinkedListImplFactory.createSOAPFault(SOAPBody parent, Exception e)
           
 SOAPFault SOAPLinkedListImplFactory.createSOAPFault(SOAPBody parent)
           
 SOAPBody SOAPLinkedListImplFactory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPFaultCode SOAPLinkedListImplFactory.createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultValue SOAPLinkedListImplFactory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAPLinkedListImplFactory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode SOAPLinkedListImplFactory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAPLinkedListImplFactory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultReason SOAPLinkedListImplFactory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultText SOAPLinkedListImplFactory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultNode SOAPLinkedListImplFactory.createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultRole SOAPLinkedListImplFactory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultDetail SOAPLinkedListImplFactory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPEnvelope SOAPLinkedListImplFactory.getDefaultEnvelope()
          Method getDefaultEnvelope
 SOAPEnvelope SOAPLinkedListImplFactory.getDefaultFaultEnvelope()
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.llom.soap11
 

Methods in org.apache.axis2.soap.impl.llom.soap11 that throw SOAPProcessingException
 void SOAP11FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP11FaultCodeImpl.setValue(SOAPFaultValue value)
           
protected  void SOAP11FaultCodeImpl.checkParent(OMElement parent)
           
 SOAPHeader SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAP11Factory.createSOAPFault(SOAPBody parent, Exception e)
           
 SOAPFault SOAP11Factory.createSOAPFault(SOAPBody parent)
           
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPFaultCode SOAP11Factory.createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode SOAP11Factory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAP11Factory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultNode SOAP11Factory.createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPEnvelope SOAP11Factory.getDefaultEnvelope()
           
protected  void SOAP11HeaderBlockImpl.checkParent(OMElement parent)
           
 void SOAP11HeaderBlockImpl.setMustUnderstand(String mustUnderstand)
           
 boolean SOAP11HeaderBlockImpl.getMustUnderstand()
          Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is turned on.
 void SOAP11FaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
           
protected  void SOAP11FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
           
 void SOAP11FaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP11FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
protected  void SOAP11FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultRoleImpl.checkParent(OMElement parent)
           
protected  SOAPFaultDetail SOAP11FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 void SOAP11FaultImpl.setCode(SOAPFaultCode soapFaultCode)
           
 void SOAP11FaultImpl.setReason(SOAPFaultReason reason)
           
 void SOAP11FaultImpl.setNode(SOAPFaultNode node)
           
 void SOAP11FaultImpl.setRole(SOAPFaultRole role)
           
protected  void SOAP11FaultImpl.checkParent(OMElement parent)
           
 void SOAP11FaultImpl.setDetail(SOAPFaultDetail detail)
           
protected  void SOAP11FaultValueImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap11 that throw SOAPProcessingException
SOAP11FaultCodeImpl(SOAPFault parent)
           
SOAP11HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP11FaultReasonImpl(SOAPFault parent)
           
SOAP11FaultNodeImpl(SOAPFault parent)
           
SOAP11FaultTextImpl(SOAPFaultReason parent)
           
SOAP11FaultSubCodeImpl(SOAPFaultCode parent)
           
SOAP11FaultSubCodeImpl(SOAPFaultSubCode parent)
           
SOAP11FaultDetailImpl(SOAPFault parent)
           
SOAP11FaultRoleImpl(SOAPFault parent)
           
SOAP11BodyImpl(SOAPEnvelope envelope)
           
SOAP11FaultImpl(SOAPBody parent, Exception e)
          Eran Chinthaka (chinthaka@apache.org)
SOAP11FaultImpl(SOAPBody parent)
          This is a convenience method for the SOAP Fault Impl.
SOAP11HeaderImpl(SOAPEnvelope envelope)
           
SOAP11FaultValueImpl(OMElement parent)
           
 

Uses of SOAPProcessingException in org.apache.axis2.soap.impl.llom.soap12
 

Methods in org.apache.axis2.soap.impl.llom.soap12 that throw SOAPProcessingException
 void SOAP12FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP12FaultCodeImpl.setValue(SOAPFaultValue value)
           
protected  void SOAP12FaultCodeImpl.checkParent(OMElement parent)
           
 SOAPHeader SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAP12Factory.createSOAPFault(SOAPBody parent, Exception e)
           
 SOAPFault SOAP12Factory.createSOAPFault(SOAPBody parent)
           
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPFaultCode SOAP12Factory.createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode SOAP12Factory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAP12Factory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultNode SOAP12Factory.createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPEnvelope SOAP12Factory.getDefaultEnvelope()
           
protected  void SOAP12HeaderBlockImpl.checkParent(OMElement parent)
           
 void SOAP12HeaderBlockImpl.setMustUnderstand(String mustUnderstand)
           
 boolean SOAP12HeaderBlockImpl.getMustUnderstand()
           
 void SOAP12FaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
           
protected  void SOAP12FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
           
 void SOAP12FaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP12FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
protected  void SOAP12FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultRoleImpl.checkParent(OMElement parent)
           
 void SOAP12FaultImpl.setCode(SOAPFaultCode soapFaultCode)
           
 void SOAP12FaultImpl.setReason(SOAPFaultReason reason)
           
 void SOAP12FaultImpl.setNode(SOAPFaultNode node)
           
 void SOAP12FaultImpl.setRole(SOAPFaultRole role)
           
 void SOAP12FaultImpl.setDetail(SOAPFaultDetail detail)
           
protected  void SOAP12FaultImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultValueImpl.checkParent(OMElement parent)
           
 

Constructors in org.apache.axis2.soap.impl.llom.soap12 that throw SOAPProcessingException
SOAP12FaultCodeImpl(SOAPFault parent)
           
SOAP12HeaderBlockImpl(String localName, OMNamespace ns, SOAPHeader parent)
           
SOAP12FaultReasonImpl(SOAPFault parent)
           
SOAP12FaultNodeImpl(SOAPFault parent)
           
SOAP12FaultTextImpl(SOAPFaultReason parent)
           
SOAP12FaultSubCodeImpl(SOAPFaultCode parent)
           
SOAP12FaultSubCodeImpl(SOAPFaultSubCode parent)
           
SOAP12FaultDetailImpl(SOAPFault parent)
           
SOAP12FaultRoleImpl(SOAPFault parent)
           
SOAP12BodyImpl(SOAPEnvelope envelope)
           
SOAP12FaultImpl(SOAPBody parent, Exception e)
          Eran Chinthaka (chinthaka@apache.org)
SOAP12FaultImpl(SOAPBody parent)
          This is a convenience method for the SOAP Fault Impl.
SOAP12HeaderImpl(SOAPEnvelope envelope)
           
SOAP12FaultValueImpl(OMElement parent)