Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01

org.apache.soap.server
Interface SOAPFaultListener

All Superinterfaces:
java.util.EventListener, SOAPEventListener
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.


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

Oracle® XML Java API Reference
Release 1 (10.1)

B12024-01