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.jms   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.nhttp   
org.apache.axis2.transport.tcp   
org.apache.axis2.transport.xmpp   
 

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.jms
 

Classes in org.apache.axis2.transport.jms that implement TransportSender
 class JMSSender
          The TransportSender for JMS
 

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

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

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

Classes in org.apache.axis2.transport.mail that implement TransportSender
 class MailTransportSender
          0.
 

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

Classes in org.apache.axis2.transport.nhttp that implement TransportSender
 class HttpCoreNIOSender
          NIO transport sender for Axis2 based on HttpCore and NIO extensions
 class HttpCoreNIOSSLSender
           
 

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

Classes in org.apache.axis2.transport.tcp that implement TransportSender
 class TCPTransportSender
           
 

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

Classes in org.apache.axis2.transport.xmpp that implement TransportSender
 class XMPPSender
           
 



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