Uses of Class
org.apache.axis2.engine.ListenerManager
-
Packages that use ListenerManager Package Description 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 Modifier and Type Method Description ListenerManager
ConfigurationContext. getListenerManager()
Retrieve the ListenerManagerMethods in org.apache.axis2.context with parameters of type ListenerManager Modifier and Type Method Description 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 Modifier and Type Field Description protected ListenerManager
AxisServer. listenerManager
-
Uses of ListenerManager in org.apache.axis2.transport.http.server
Methods in org.apache.axis2.transport.http.server that return ListenerManager Modifier and Type Method Description ListenerManager
HttpFactory. getListenerManager()
Return the configured listener manager or create and configure one with configurationContext
-