org.apache.ws.commons.tcpmon.core.ui
Class AbstractListener

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.core.ui.AbstractListener
All Implemented Interfaces:
InterceptorListener

public abstract class AbstractListener
extends Object
implements InterceptorListener


Constructor Summary
AbstractListener()
           
 
Method Summary
abstract  Configuration getConfiguration()
           
protected  void resend(AbstractRequestResponse requestResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.commons.tcpmon.core.engine.InterceptorListener
createRequestResponseListener, onServerSocketError, onServerSocketStart
 

Constructor Detail

AbstractListener

public AbstractListener()
Method Detail

resend

protected void resend(AbstractRequestResponse requestResponse)

getConfiguration

public abstract Configuration getConfiguration()


Copyright © The Apache Software Foundation. All Rights Reserved.