org.codehaus.xfire.fault
Interface FaultHandler

All Known Implementing Classes:
SOAP11FaultHandler, SOAP12FaultHandler

public interface FaultHandler

A fault handler takes an exception and generates a fault message which is written to the response message.

Author:
Dan Diephouse

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void handleFault(java.lang.Exception e, MessageContext context)
          Take an exception and generate a fault message which is written to the response OutputStream.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

handleFault

public void handleFault(java.lang.Exception e,
                        MessageContext context)
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

Parameters:
e -
context -


Copyright © 2004 Codehaus. All Rights Reserved.