org.apache.axis2.transport.base.event
Class TransportErrorSourceSupport

java.lang.Object
  extended by org.apache.axis2.transport.base.event.TransportErrorSourceSupport
All Implemented Interfaces:
TransportErrorSource

public class TransportErrorSourceSupport
extends java.lang.Object
implements TransportErrorSource


Constructor Summary
TransportErrorSourceSupport(java.lang.Object source)
           
 
Method Summary
 void addErrorListener(TransportErrorListener listener)
           
 void error(org.apache.axis2.description.AxisService service, java.lang.Throwable ex)
           
 void removeErrorListener(TransportErrorListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportErrorSourceSupport

public TransportErrorSourceSupport(java.lang.Object source)
Method Detail

addErrorListener

public void addErrorListener(TransportErrorListener listener)
Specified by:
addErrorListener in interface TransportErrorSource

removeErrorListener

public void removeErrorListener(TransportErrorListener listener)
Specified by:
removeErrorListener in interface TransportErrorSource

error

public void error(org.apache.axis2.description.AxisService service,
                  java.lang.Throwable ex)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.