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

Part no. B12024-03
September 2004

org.apache.soap.server
Class SOAPFaultEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.apache.soap.server.SOAPFaultEvent
All Implemented Interfaces:
java.io.Serializable

public class SOAPFaultEvent
extends java.util.EventObject

The base SOAP event listener interface

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
SOAPFaultEvent(Fault _fault, SOAPException _exception)
           

 

Method Summary
 Fault getFault()
           
 SOAPException getSOAPException()
           

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SOAPFaultEvent

public SOAPFaultEvent(Fault _fault,
SOAPException _exception)
Method Detail

getFault

public Fault getFault()

getSOAPException

public SOAPException getSOAPException()

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.