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

Packages that use SOAPProcessingException
org.apache.axiom.soap   
org.apache.axiom.soap.impl.builder   
 

Uses of SOAPProcessingException in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that throw SOAPProcessingException
 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
 SOAPEnvelope SOAPMessage.getSOAPEnvelope()
           
 void SOAPMessage.setSOAPEnvelope(SOAPEnvelope envelope)
           
 void SOAPFaultCode.setValue(SOAPFaultValue value)
           
 void SOAPFaultCode.setSubCode(SOAPFaultSubCode value)
           
 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 SOAPFaultReason.addSOAPText(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 SOAPHeaderBlock.setMustUnderstand(java.lang.String mustUnderstand)
           
 boolean SOAPHeaderBlock.getMustUnderstand()
          Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is turned on.
 

Uses of SOAPProcessingException in org.apache.axiom.soap.impl.builder
 

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



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