org.apache.axis2.transport.testkit.util
Class LifecycleFixTransportListenerProxy

java.lang.Object
  extended by org.apache.axis2.transport.testkit.util.LifecycleFixTransportListenerProxy
All Implemented Interfaces:
org.apache.axis2.transport.TransportListener

public class LifecycleFixTransportListenerProxy
extends java.lang.Object
implements org.apache.axis2.transport.TransportListener


Field Summary
 
Fields inherited from interface org.apache.axis2.transport.TransportListener
HOST_ADDRESS, PARAM_PORT
 
Constructor Summary
LifecycleFixTransportListenerProxy(org.apache.axis2.transport.TransportListener target, int port)
           
 
Method Summary
 void destroy()
           
 org.apache.axis2.addressing.EndpointReference getEPRForService(java.lang.String arg0, java.lang.String arg1)
           
 org.apache.axis2.addressing.EndpointReference[] getEPRsForService(java.lang.String arg0, java.lang.String arg1)
           
 org.apache.axis2.context.SessionContext getSessionContext(org.apache.axis2.context.MessageContext arg0)
           
 void init(org.apache.axis2.context.ConfigurationContext arg0, org.apache.axis2.description.TransportInDescription arg1)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleFixTransportListenerProxy

public LifecycleFixTransportListenerProxy(org.apache.axis2.transport.TransportListener target,
                                          int port)
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface org.apache.axis2.transport.TransportListener

getEPRForService

public org.apache.axis2.addressing.EndpointReference getEPRForService(java.lang.String arg0,
                                                                      java.lang.String arg1)
                                                               throws org.apache.axis2.AxisFault
Specified by:
getEPRForService in interface org.apache.axis2.transport.TransportListener
Throws:
org.apache.axis2.AxisFault

getEPRsForService

public org.apache.axis2.addressing.EndpointReference[] getEPRsForService(java.lang.String arg0,
                                                                         java.lang.String arg1)
                                                                  throws org.apache.axis2.AxisFault
Specified by:
getEPRsForService in interface org.apache.axis2.transport.TransportListener
Throws:
org.apache.axis2.AxisFault

getSessionContext

public org.apache.axis2.context.SessionContext getSessionContext(org.apache.axis2.context.MessageContext arg0)
Specified by:
getSessionContext in interface org.apache.axis2.transport.TransportListener

init

public void init(org.apache.axis2.context.ConfigurationContext arg0,
                 org.apache.axis2.description.TransportInDescription arg1)
          throws org.apache.axis2.AxisFault
Specified by:
init in interface org.apache.axis2.transport.TransportListener
Throws:
org.apache.axis2.AxisFault

start

public void start()
           throws org.apache.axis2.AxisFault
Specified by:
start in interface org.apache.axis2.transport.TransportListener
Throws:
org.apache.axis2.AxisFault

stop

public void stop()
          throws org.apache.axis2.AxisFault
Specified by:
stop in interface org.apache.axis2.transport.TransportListener
Throws:
org.apache.axis2.AxisFault


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