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

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

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
 

Classes in org.apache.axis2.transport that implement TransportSender
 class AbstractTransportSender
          By the time this Class is invoked either the To EPR on the MessageContext should be set or TRANSPORT_WRITER property set in the message Context with a Writer.
 

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

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

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

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

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

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