Uses of Class
org.codehaus.xfire.service.FaultInfo

Packages that use FaultInfo
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
 

Uses of FaultInfo in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return FaultInfo
 FaultInfo OperationInfo.addFault(java.lang.String name)
          Adds an fault to this operation.
 FaultInfo OperationInfo.getFault(java.lang.String name)
          Returns the fault with the given name, if found.
 

Methods in org.codehaus.xfire.service with parameters of type FaultInfo
 void Visitor.endFault(FaultInfo faultInfo)
          Receive notification at the end of a fault visit.
 void Visitor.startFault(FaultInfo faultInfo)
          Receive notification at the beginning of a fault visit.
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.