Uses of Class
org.apache.axis2.transport.base.AbstractTransportSender

Packages that use AbstractTransportSender
org.apache.axis2.transport.jms JMS Listener Configuration (axis2.xml) 
org.apache.axis2.transport.mail   
org.apache.axis2.transport.sms   
org.apache.axis2.transport.udp Transport implementation for the UDP protocol. 
 

Uses of AbstractTransportSender in org.apache.axis2.transport.jms
 

Subclasses of AbstractTransportSender in org.apache.axis2.transport.jms
 class JMSSender
          The TransportSender for JMS
 

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

Subclasses of AbstractTransportSender in org.apache.axis2.transport.mail
 class MailTransportSender
          The mail transport sender sends mail using an SMTP server configuration defined in the axis2.xml's transport sender definition
 

Uses of AbstractTransportSender in org.apache.axis2.transport.sms
 

Subclasses of AbstractTransportSender in org.apache.axis2.transport.sms
 class SMSSender
          Transport sender that sends the SMS messages form the Axis2 Engine
 

Uses of AbstractTransportSender in org.apache.axis2.transport.udp
 

Subclasses of AbstractTransportSender in org.apache.axis2.transport.udp
 class UDPSender
          Transport sender for the UDP protocol.
 



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