Uses of Class
org.apache.axis2.engine.ListenerManager

Packages that use ListenerManager
org.apache.axis2.context   
org.apache.axis2.engine   
org.apache.axis2.transport.http.server   
 

Uses of ListenerManager in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ListenerManager
 ListenerManager ConfigurationContext.getListenerManager()
          Retrieve the ListenerManager
 

Methods in org.apache.axis2.context with parameters of type ListenerManager
 void ConfigurationContext.setTransportManager(ListenerManager listenerManager)
          Set the TransportManager to the given ListenerManager
 

Uses of ListenerManager in org.apache.axis2.engine
 

Fields in org.apache.axis2.engine declared as ListenerManager
protected  ListenerManager AxisServer.listenerManager
           
 

Methods in org.apache.axis2.engine that return ListenerManager
static ListenerManager ListenerManager.getDefaultListenerManager()
           
 

Uses of ListenerManager in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server that return ListenerManager
 ListenerManager HttpFactory.getListenerManager()
          Return the configured listener manager or create and configure one with configurationContext
 



Copyright ? 2007 Apache Web Services Project. All Rights Reserved.