Uses of Interface
org.apache.axis2.transport.TransportListener

Packages that use TransportListener
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
 TransportListener Options.getListener()
          Get listener used for incoming message.
 

Methods in org.apache.axis2.client with parameters of type TransportListener
 void Options.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
static TransportListener ActivateUtils.findTransportListener(AxisConfiguration axisConfig, java.lang.String listenerClassName)
          Find the TransportListener object that matches the criteria

Note the saved meta information may not match up with any of the objects that are in the current AxisConfiguration object.

 

Uses of TransportListener in org.apache.axis2.description
 

Fields in org.apache.axis2.description declared as TransportListener
protected  TransportListener TransportInDescription.receiver
           
 

Methods in org.apache.axis2.description that return TransportListener
 TransportListener TransportInDescription.getReceiver()
           
 

Methods in org.apache.axis2.description with parameters of type TransportListener
 void TransportInDescription.setReceiver(TransportListener receiver)
           
 

Uses of TransportListener in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return TransportListener
static TransportListener ObjectStateUtils.findTransportListener(AxisConfiguration axisConfig, java.lang.String listenerClassName)
          Find the TransportListener object that matches the criteria

Note the saved meta information may not match up with any of the objects that are in the current AxisConfiguration object.

 



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