Uses of Class
org.apache.axis.description.FaultDesc

Packages that use FaultDesc
org.apache.axis.description   
 

Uses of FaultDesc in org.apache.axis.description
 

Methods in org.apache.axis.description that return FaultDesc
 FaultDesc OperationDesc.getFaultByClass(java.lang.Class cls)
          Returns the FaultDesc for the fault class given.
 FaultDesc OperationDesc.getFaultByClass(java.lang.Class cls, boolean checkParents)
          Returns the FaultDesc for the fault class given.
 FaultDesc OperationDesc.getFaultByQName(QName qname)
          Returns the FaultDesc for a QName (which is typically found in the details element of a SOAP fault).
 FaultDesc OperationDesc.getFaultByXmlType(QName xmlType)
          Returns the FaultDesc for an XMLType.
 

Methods in org.apache.axis.description with parameters of type FaultDesc
 void OperationDesc.addFault(FaultDesc fault)
           
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.