Uses of Class
org.apache.ws.commons.soap.SOAPProcessingException

Packages that use SOAPProcessingException
org.apache.ws.commons.soap   
org.apache.ws.commons.soap.impl.builder   
org.apache.ws.commons.soap.impl.llom   
org.apache.ws.commons.soap.impl.llom.soap11   
org.apache.ws.commons.soap.impl.llom.soap12   
 

Uses of SOAPProcessingException in org.apache.ws.commons.soap
 

Methods in org.apache.ws.commons.soap that throw SOAPProcessingException
 SOAPEnvelope SOAPFactory.createSOAPEnvelope()
           
 SOAPHeader SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAPFactory.createSOAPHeader()
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAPFactory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns)
           
 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)
           
 SOAPFault SOAPFactory.createSOAPFault()
           
 SOAPBody SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAPFactory.createSOAPBody()
           
 SOAPFaultCode SOAPFactory.createSOAPFaultCode(SOAPFault parent)
          Code eii under SOAPFault (parent)
 SOAPFaultCode SOAPFactory.createSOAPFaultCode()
           
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultCode parent)
          Value eii under Code (parent)
 SOAPFaultValue SOAPFactory.createSOAPFaultValue()
           
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent)
          SubCode eii under Value (parent)
 SOAPFaultSubCode SOAPFactory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAPFactory.createSOAPFaultSubCode()
           
 SOAPFaultSubCode SOAPFactory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
          SubCode eii under SubCode (parent)
 SOAPFaultReason SOAPFactory.createSOAPFaultReason(SOAPFault parent)
          Reason eii under SOAPFault (parent)
 SOAPFaultReason SOAPFactory.createSOAPFaultReason()
           
 SOAPFaultText SOAPFactory.createSOAPFaultText(SOAPFaultReason parent)
          SubCode eii under SubCode (parent)
 SOAPFaultText SOAPFactory.createSOAPFaultText()
           
 SOAPFaultNode SOAPFactory.createSOAPFaultNode(SOAPFault parent)
          Node eii under SOAPFault (parent)
 SOAPFaultNode SOAPFactory.createSOAPFaultNode()
           
 SOAPFaultRole SOAPFactory.createSOAPFaultRole(SOAPFault parent)
          Role eii under SOAPFault (parent)
 SOAPFaultRole SOAPFactory.createSOAPFaultRole()
           
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail(SOAPFault parent)
          Detail eii under SOAPFault (parent)
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail()
           
 SOAPEnvelope SOAPFactory.getDefaultEnvelope()
          Method getDefaultEnvelope
 SOAPEnvelope SOAPFactory.getDefaultFaultEnvelope()
           
 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 SOAPFaultCode.setValue(SOAPFaultValue value)
           
 void SOAPFaultCode.setSubCode(SOAPFaultSubCode value)
           
 void SOAPHeaderBlock.setMustUnderstand(java.lang.String mustUnderstand)
           
 boolean SOAPHeaderBlock.getMustUnderstand()
          Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is turned on.
 SOAPEnvelope SOAPMessage.getSOAPEnvelope()
           
 void SOAPMessage.setSOAPEnvelope(SOAPEnvelope envelope)
           
 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
 

Uses of SOAPProcessingException in org.apache.ws.commons.soap.impl.builder
 

Methods in org.apache.ws.commons.soap.impl.builder that throw SOAPProcessingException
 OMElement SOAP12BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
 OMElement SOAP11BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement parent, int elementLevel)
           
abstract  OMElement SOAPBuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser, OMElement element, int elementLevel)
           
 

Uses of SOAPProcessingException in org.apache.ws.commons.soap.impl.llom
 

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

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

Uses of SOAPProcessingException in org.apache.ws.commons.soap.impl.llom.soap11
 

Methods in org.apache.ws.commons.soap.impl.llom.soap11 that throw SOAPProcessingException
 void SOAP11FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP11FaultCodeImpl.setValue(SOAPFaultValue value)
           
protected  void SOAP11FaultCodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultNodeImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultTextImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultRoleImpl.checkParent(OMElement parent)
           
 void SOAP11FaultReasonImpl.setSOAPText(SOAPFaultText soapFaultText)
           
protected  void SOAP11FaultReasonImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
           
 void SOAP11FaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP11FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
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)
           
 SOAPHeader SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAP11Factory.createSOAPHeader()
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns, SOAPHeader parent)
           
 SOAPHeaderBlock SOAP11Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns)
           
 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()
           
 SOAPFault SOAP11Factory.createSOAPFault(SOAPBody parent)
           
 SOAPBody SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAP11Factory.createSOAPBody()
           
 SOAPFaultCode SOAP11Factory.createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultCode SOAP11Factory.createSOAPFaultCode()
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue()
           
 SOAPFaultValue SOAP11Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode SOAP11Factory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAP11Factory.createSOAPFaultSubCode()
           
 SOAPFaultSubCode SOAP11Factory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason SOAP11Factory.createSOAPFaultReason()
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP11Factory.createSOAPFaultText()
           
 SOAPFaultNode SOAP11Factory.createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultNode SOAP11Factory.createSOAPFaultNode()
           
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultRole SOAP11Factory.createSOAPFaultRole()
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail()
           
 SOAPEnvelope SOAP11Factory.getDefaultEnvelope()
           
 SOAPEnvelope SOAP11Factory.getDefaultFaultEnvelope()
           
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.
 

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

Uses of SOAPProcessingException in org.apache.ws.commons.soap.impl.llom.soap12
 

Methods in org.apache.ws.commons.soap.impl.llom.soap12 that throw SOAPProcessingException
 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 SOAP12FaultDetailImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultRoleImpl.checkParent(OMElement parent)
           
protected  void SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
           
 void SOAP12FaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
           
 void SOAP12FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
           
 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)
           
 SOAPHeader SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
           
 SOAPHeader SOAP12Factory.createSOAPHeader()
           
 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)
           
 SOAPFault SOAP12Factory.createSOAPFault()
           
 SOAPBody SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
           
 SOAPBody SOAP12Factory.createSOAPBody()
           
 SOAPFaultCode SOAP12Factory.createSOAPFaultCode(SOAPFault parent)
           
 SOAPFaultCode SOAP12Factory.createSOAPFaultCode()
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultCode parent)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue()
           
 SOAPHeaderBlock SOAP12Factory.createSOAPHeaderBlock(java.lang.String localName, OMNamespace ns)
           
 SOAPFaultValue SOAP12Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
           
 SOAPFaultSubCode SOAP12Factory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAP12Factory.createSOAPFaultSubCode()
           
 SOAPFaultSubCode SOAP12Factory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
           
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason(SOAPFault parent)
           
 SOAPFaultReason SOAP12Factory.createSOAPFaultReason()
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent)
           
 SOAPFaultText SOAP12Factory.createSOAPFaultText()
           
 SOAPFaultNode SOAP12Factory.createSOAPFaultNode(SOAPFault parent)
           
 SOAPFaultNode SOAP12Factory.createSOAPFaultNode()
           
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole(SOAPFault parent)
           
 SOAPFaultRole SOAP12Factory.createSOAPFaultRole()
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail()
           
 SOAPEnvelope SOAP12Factory.getDefaultEnvelope()
           
 SOAPEnvelope SOAP12Factory.getDefaultFaultEnvelope()
           
 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()
           
 

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