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

Packages that use TransportSender
org.apache.axis2.description   
org.apache.axis2.transport.http   
org.apache.axis2.transport.java   
org.apache.axis2.transport.local   
 

Uses of TransportSender in org.apache.axis2.description
 

Fields in org.apache.axis2.description declared as TransportSender
protected  TransportSender TransportOutDescription.sender
           
 

Methods in org.apache.axis2.description that return TransportSender
 TransportSender TransportOutDescription.getSender()
           
 

Methods in org.apache.axis2.description with parameters of type TransportSender
 void TransportOutDescription.setSender(TransportSender sender)
           
 

Uses of TransportSender in org.apache.axis2.transport.http
 

Classes in org.apache.axis2.transport.http that implement TransportSender
 class CommonsHTTPTransportSender
           
 

Uses of TransportSender in org.apache.axis2.transport.java
 

Classes in org.apache.axis2.transport.java that implement TransportSender
 class JavaTransportSender
           
 

Uses of TransportSender in org.apache.axis2.transport.local
 

Classes in org.apache.axis2.transport.local that implement TransportSender
 class LocalResponder
          LocalResponder
 class LocalTransportSender
           
 



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