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

Packages that use SOAPFaultDetail
org.apache.axiom.soap   
 

Uses of SOAPFaultDetail in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap that return SOAPFaultDetail
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail(SOAPFault parent)
          Detail eii under SOAPFault (parent)
 SOAPFaultDetail SOAPFactory.createSOAPFaultDetail()
           
 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
 



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