org.codehaus.xfire.fault
Class AbstractFaultHandler

java.lang.Object
  extended by org.codehaus.xfire.fault.AbstractFaultHandler
All Implemented Interfaces:
FaultHandler
Direct Known Subclasses:
Soap11FaultHandler, Soap12FaultHandler

public class AbstractFaultHandler
extends java.lang.Object
implements FaultHandler

Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.xfire.fault.FaultHandler
ROLE
 
Constructor Summary
AbstractFaultHandler()
           
 
Method Summary
 void handleFault(XFireFault fault, MessageContext context)
          Take an exception and generate a fault message which is written to the response OutputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFaultHandler

public AbstractFaultHandler()
Method Detail

handleFault

public void handleFault(XFireFault fault,
                        MessageContext context)
Description copied from interface: FaultHandler
Take an exception and generate a fault message which is written to the response OutputStream. TODO: Get the correct outputstream if we are using WS-Addressing

Specified by:
handleFault in interface FaultHandler
Parameters:
fault -
context -


Copyright © 2004-2005 Codehaus. All Rights Reserved.