org.apache.soap.server
Interface SOAPFaultListener

All Known Implementing Classes:
DOMFaultListener, ExceptionFaultListener

public interface SOAPFaultListener
extends SOAPEventListener

The listener interface for handling Fault events in response to exceptions encountered during message processing. Implementations of this interface will be invoked by the various SOAP message server implementations when any exception is raised during message processing.

Author:
Kevin J. Mitchell (kevin.mitchell@xmls.com)

Method Summary
 void fault(SOAPFaultEvent _faultEvent)
          Invoked when an exception occurs during message processing
 

Method Detail

fault

public void fault(SOAPFaultEvent _faultEvent)
Invoked when an exception occurs during message processing
Parameters:
_faultEvent - The SOAP fault event that occured


Copyright © 2001 Apache XML Project. All Rights Reserved.