Uses of Interface
org.apache.axis2.kernel.TransportListener
-
Packages that use TransportListener Package Description org.apache.axis2.client org.apache.axis2.context.externalize org.apache.axis2.description org.apache.axis2.util -
-
Uses of TransportListener in org.apache.axis2.client
Methods in org.apache.axis2.client that return TransportListener Modifier and Type Method Description TransportListenerOptions. getListener()Get listener used for incoming message.Methods in org.apache.axis2.client with parameters of type TransportListener Modifier and Type Method Description voidOptions. setListener(TransportListener listener)Set listener used for incoming message. -
Uses of TransportListener in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize that return TransportListener Modifier and Type Method Description static TransportListenerActivateUtils. findTransportListener(AxisConfiguration axisConfig, String listenerClassName)Find the TransportListener object that matches the criteria -
Uses of TransportListener in org.apache.axis2.description
Fields in org.apache.axis2.description declared as TransportListener Modifier and Type Field Description protected TransportListenerTransportInDescription. receiverMethods in org.apache.axis2.description that return TransportListener Modifier and Type Method Description TransportListenerTransportInDescription. getReceiver()Methods in org.apache.axis2.description with parameters of type TransportListener Modifier and Type Method Description voidTransportInDescription. setReceiver(TransportListener receiver) -
Uses of TransportListener in org.apache.axis2.util
Methods in org.apache.axis2.util that return TransportListener Modifier and Type Method Description static TransportListenerObjectStateUtils. findTransportListener(AxisConfiguration axisConfig, String listenerClassName)Find the TransportListener object that matches the criteria
-