Uses of Interface
org.apache.axiom.soap.SOAPFaultCode

Packages that use SOAPFaultCode
org.apache.axiom.soap   
 

Uses of SOAPFaultCode in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPFaultCode
 SOAPFaultCode SOAPFactory.createSOAPFaultCode()
           
 SOAPFaultCode SOAPFactory.createSOAPFaultCode(SOAPFault parent)
          Code eii under SOAPFault (parent)
 SOAPFaultCode SOAPFactory.createSOAPFaultCode(SOAPFault parent, OMXMLParserWrapper builder)
          Code eii under SOAPFault (parent)
 SOAPFaultCode SOAPFault.getCode()
           
 

Methods in org.apache.axiom.soap with parameters of type SOAPFaultCode
 SOAPFaultSubCode SOAPFactory.createSOAPFaultSubCode(SOAPFaultCode parent)
           
 SOAPFaultSubCode SOAPFactory.createSOAPFaultSubCode(SOAPFaultCode parent, OMXMLParserWrapper builder)
          SubCode eii under Value (parent)
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultCode parent)
          Value eii under Code (parent)
 SOAPFaultValue SOAPFactory.createSOAPFaultValue(SOAPFaultCode parent, OMXMLParserWrapper builder)
          Value eii under Code (parent)
 void SOAPFault.setCode(SOAPFaultCode soapFaultCode)
          SOAPFaultCode is a mandatory item in a Fault, in SOAP 1.2 specification
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.