Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

org.apache.soap.server
Class DOMFaultListener

java.lang.Object
  |
  +--org.apache.soap.server.DOMFaultListener
All Implemented Interfaces:
java.util.EventListener, SOAPEventListener, SOAPFaultListener

public class DOMFaultListener
extends java.lang.Object
implements SOAPFaultListener

Listens for fault events, and adds a DOM Element (built from Utils.buildFaultDetailsFromThrowable) representing the root exception of the fault event's SOAP exception.


Constructor Summary
DOMFaultListener()
           

 

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

DOMFaultListener

public DOMFaultListener()
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

Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

Copyright © 2001 The Apache Software Foundation. All rights reserved.