org.apache.soap.server
Class ExceptionFaultListener

java.lang.Object
  |
  +--org.apache.soap.server.ExceptionFaultListener

public class ExceptionFaultListener
extends java.lang.Object
implements SOAPFaultListener

Listens for faults, and adds a Parameter wrapping the source exception to the fault detail entry list.

Author:
Kevin J. Mitchell (kevin.mitchell@xmls.com), Eric M. Dashofy (edashofy@ics.uci.edu)

Constructor Summary
ExceptionFaultListener()
           
 
Method Summary
 void fault(SOAPFaultEvent _faultEvent)
          Invoked when an exception occurs during message processing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionFaultListener

public ExceptionFaultListener()
Method Detail

fault

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


Copyright © 2001 Apache XML Project. All Rights Reserved.