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 SOAPFault.getCode()
           
 SOAPFaultCode SOAPFactory.createSOAPFaultCode(SOAPFault parent)
          Code eii under SOAPFault (parent)
 SOAPFaultCode SOAPFactory.createSOAPFaultCode()
           
 SOAPFaultCode SOAPFactory.createSOAPFaultCode(SOAPFault parent, OMXMLParserWrapper builder)
          Code eii under SOAPFault (parent)
 

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



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