org.codehaus.xfire.transport.http
Class SoapHttpTransport.FaultResponseCodeHandler

java.lang.Object
  extended by org.codehaus.xfire.transport.http.SoapHttpTransport.FaultResponseCodeHandler
All Implemented Interfaces:
FaultHandler
Enclosing class:
SoapHttpTransport

public class SoapHttpTransport.FaultResponseCodeHandler
extends java.lang.Object
implements FaultHandler


Field Summary
 
Fields inherited from interface org.codehaus.xfire.fault.FaultHandler
ROLE
 
Constructor Summary
SoapHttpTransport.FaultResponseCodeHandler()
           
 
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

SoapHttpTransport.FaultResponseCodeHandler

public SoapHttpTransport.FaultResponseCodeHandler()
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:
context -
Throws:
java.lang.Exception
See Also:
Handler.invoke(org.codehaus.xfire.MessageContext)


Copyright © 2004-2005 Codehaus. All Rights Reserved.