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

Packages that use SOAPProcessingException
org.apache.axis2.clientapi   
org.apache.axis2.soap   
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.clientapi
 

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

Uses of SOAPProcessingException in org.apache.axis2.soap
 

Methods in org.apache.axis2.soap that throw SOAPProcessingException
 SOAPEnvelope SOAPFactory.createSOAPEnvelope()
           
 SOAPHeader SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAPFactory.createSOAPFault(SOAPBody parent, java.lang.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)
           
 void SOAPHeaderBlock.setMustUnderstand(java.lang.String mustUnderstand)
           
 boolean SOAPHeaderBlock.getMustUnderstand()
          Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is turned on.
 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 SOAPFaultReason.setSOAPText(SOAPFaultText soapFaultText)
          Eran Chinthaka (chinthaka@apache.org)
 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
 

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

Methods in org.apache.axis2.soap.impl.llom that throw SOAPProcessingException
protected  void SOAPTextImpl.checkParent(OMElement parent)
           
protected  void SOAPHeaderImpl.checkParent(OMElement parent)
           
protected  void SOAPEnvelopeImpl.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.
protected  void SOAPBodyImpl.checkParent(OMElement parent)
           
 SOAPEnvelope SOAPMessageImpl.getSOAPEnvelope()
           
 void SOAPMessageImpl.setSOAPEnvelope(SOAPEnvelope envelope)
           
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(java.lang.Exception e)
           
 void SOAPFaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
          Eran Chinthaka (chinthaka@apache.org)
 void SOAPFaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 void SOAPFaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAPFaultCodeImpl.setValue(SOAPFaultValue value)
          Eran Chinthaka (chinthaka@apache.org)
 void SOAPFaultCodeImpl.setSubCode(SOAPFaultSubCode value)
           
 

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

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(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPLinkedListImplFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAPLinkedListImplFactory.createSOAPFault(SOAPBody parent, java.lang.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
protected  void SOAP11FaultValueImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultTextImpl.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 SOAP11FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultNodeImpl.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)
           
 SOAPHeader SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAP11Factory.createSOAPFault(SOAPBody parent, java.lang.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()
           
 void SOAP11FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP11FaultCodeImpl.setValue(SOAPFaultValue value)
           
protected  void SOAP11FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11HeaderBlockImpl.checkParent(OMElement parent)
           
 void SOAP11HeaderBlockImpl.setMustUnderstand(java.lang.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)
           
 

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

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

Methods in org.apache.axis2.soap.impl.llom.soap12 that throw SOAPProcessingException
protected  void SOAP12FaultValueImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultTextImpl.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 SOAP12FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultNodeImpl.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)
           
 SOAPHeader SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent, OMXMLParserWrapper builder)
           
 SOAPFault SOAP12Factory.createSOAPFault(SOAPBody parent, java.lang.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()
           
 void SOAP12FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP12FaultCodeImpl.setValue(SOAPFaultValue value)
           
protected  void SOAP12FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP12HeaderBlockImpl.checkParent(OMElement parent)
           
 void SOAP12HeaderBlockImpl.setMustUnderstand(java.lang.String mustUnderstand)
           
 boolean SOAP12HeaderBlockImpl.getMustUnderstand()
           
 void SOAP12FaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
           
protected  void SOAP12FaultReasonImpl.checkParent(OMElement parent)
           
 

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