Uses of Interface
org.codehaus.xfire.fault.FaultHandler

Packages that use FaultHandler
org.codehaus.xfire.fault   
org.codehaus.xfire.service   
 

Uses of FaultHandler in org.codehaus.xfire.fault
 

Classes in org.codehaus.xfire.fault that implement FaultHandler
 class SOAP11FaultHandler
          Creates a fault message based on an exception for SOAP 1.1 messages.
 class SOAP12FaultHandler
          Creates a fault message based on an exception for SOAP 1.2 messages.
 

Uses of FaultHandler in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return FaultHandler
 FaultHandler SimpleService.getFaultHandler()
           
 FaultHandler Service.getFaultHandler()
          The fault handler which handles exception which occurr during the invocation of the Service Handler.
 

Methods in org.codehaus.xfire.service with parameters of type FaultHandler
 void SimpleService.setFaultHandler(FaultHandler faultHandler)
           
 



Copyright © 2004 Codehaus. All Rights Reserved.