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

Packages that use SOAPFaultDetail
org.apache.axiom.soap   
org.apache.axiom.soap.impl.dom   
org.apache.axiom.soap.impl.dom.factory   
org.apache.axiom.soap.impl.dom.soap11   
org.apache.axiom.soap.impl.dom.soap12   
org.apache.axiom.soap.impl.llom   
org.apache.axiom.soap.impl.llom.soap11   
org.apache.axiom.soap.impl.llom.soap12   
 

Uses of SOAPFaultDetail in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPFaultDetail
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail()
           
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail(SOAPFault parent)
          Detail eii under SOAPFault (parent)
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
          Role eii under SOAPFault (parent)
 SOAPFaultDetail SOAPFault.getDetail()
           
 

Methods in org.apache.axiom.soap with parameters of type SOAPFaultDetail
 void SOAPFault.setDetail(SOAPFaultDetail detail)
          SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification
 

Uses of SOAPFaultDetail in org.apache.axiom.soap.impl.dom
 

Methods in org.apache.axiom.soap.impl.dom that return SOAPFaultDetail
protected abstract  SOAPFaultDetail SOAPFaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 

Methods in org.apache.axiom.soap.impl.dom with parameters of type SOAPFaultDetail
 void SOAPFaultImpl.setDetail(SOAPFaultDetail detail)
           
 

Uses of SOAPFaultDetail in org.apache.axiom.soap.impl.dom.factory
 

Methods in org.apache.axiom.soap.impl.dom.factory that return SOAPFaultDetail
 SOAPFaultDetail DOMSOAPFactory.createSOAPFaultDetail()
           
 SOAPFaultDetail DOMSOAPFactory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail DOMSOAPFactory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 

Uses of SOAPFaultDetail in org.apache.axiom.soap.impl.dom.soap11
 

Methods in org.apache.axiom.soap.impl.dom.soap11 that return SOAPFaultDetail
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultDetail SOAP11FaultImpl.getDetail()
           
protected  SOAPFaultDetail SOAP11FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 

Methods in org.apache.axiom.soap.impl.dom.soap11 with parameters of type SOAPFaultDetail
 void SOAP11FaultImpl.setDetail(SOAPFaultDetail detail)
           
 

Uses of SOAPFaultDetail in org.apache.axiom.soap.impl.dom.soap12
 

Methods in org.apache.axiom.soap.impl.dom.soap12 that return SOAPFaultDetail
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultDetail SOAP12FaultImpl.getDetail()
           
protected  SOAPFaultDetail SOAP12FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 

Methods in org.apache.axiom.soap.impl.dom.soap12 with parameters of type SOAPFaultDetail
 void SOAP12FaultImpl.setDetail(SOAPFaultDetail detail)
           
 

Uses of SOAPFaultDetail in org.apache.axiom.soap.impl.llom
 

Classes in org.apache.axiom.soap.impl.llom that implement SOAPFaultDetail
 class SOAPFaultDetailImpl
           
 

Methods in org.apache.axiom.soap.impl.llom that return SOAPFaultDetail
protected abstract  SOAPFaultDetail SOAPFaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 

Methods in org.apache.axiom.soap.impl.llom with parameters of type SOAPFaultDetail
 void SOAPFaultImpl.setDetail(SOAPFaultDetail detail)
           
 

Uses of SOAPFaultDetail in org.apache.axiom.soap.impl.llom.soap11
 

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement SOAPFaultDetail
 class SOAP11FaultDetailImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 that return SOAPFaultDetail
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail()
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAP11Factory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultDetail SOAP11FaultImpl.getDetail()
           
protected  SOAPFaultDetail SOAP11FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 

Methods in org.apache.axiom.soap.impl.llom.soap11 with parameters of type SOAPFaultDetail
 void SOAP11FaultImpl.setDetail(SOAPFaultDetail detail)
           
 

Uses of SOAPFaultDetail in org.apache.axiom.soap.impl.llom.soap12
 

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement SOAPFaultDetail
 class SOAP12FaultDetailImpl
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 that return SOAPFaultDetail
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail()
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent)
           
 SOAPFaultDetail SOAP12Factory.createSOAPFaultDetail(SOAPFault parent, OMXMLParserWrapper builder)
           
 SOAPFaultDetail SOAP12FaultImpl.getDetail()
           
protected  SOAPFaultDetail SOAP12FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
           
 

Methods in org.apache.axiom.soap.impl.llom.soap12 with parameters of type SOAPFaultDetail
 void SOAP12FaultImpl.setDetail(SOAPFaultDetail detail)
           
 



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