Uses of Interface
org.apache.axis2.kernel.TransportSender
-
Packages that use TransportSender Package Description org.apache.axis2.description org.apache.axis2.transport.base org.apache.axis2.transport.http org.apache.axis2.transport.http.impl.httpclient4 org.apache.axis2.transport.java org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.local org.apache.axis2.transport.mail org.apache.axis2.transport.tcp org.apache.axis2.transport.testkit.axis2.client org.apache.axis2.transport.udp Transport implementation for the UDP protocol.org.apache.axis2.transport.xmpp -
-
Uses of TransportSender in org.apache.axis2.description
Fields in org.apache.axis2.description declared as TransportSender Modifier and Type Field Description protected TransportSender
TransportOutDescription. sender
Methods in org.apache.axis2.description that return TransportSender Modifier and Type Method Description TransportSender
TransportOutDescription. getSender()
Methods in org.apache.axis2.description with parameters of type TransportSender Modifier and Type Method Description void
TransportOutDescription. setSender(TransportSender sender)
-
Uses of TransportSender in org.apache.axis2.transport.base
Classes in org.apache.axis2.transport.base that implement TransportSender Modifier and Type Class Description class
AbstractTransportSender
Constructors in org.apache.axis2.transport.base with parameters of type TransportSender Constructor Description TransportMBeanSupport(TransportSender sender, String name)
TransportView(TransportListener listener, TransportSender sender)
-
Uses of TransportSender in org.apache.axis2.transport.http
Subinterfaces of TransportSender in org.apache.axis2.transport.http Modifier and Type Interface Description interface
HTTPTransportSender
Classes in org.apache.axis2.transport.http that implement TransportSender Modifier and Type Class Description class
AbstractHTTPTransportSender
Base class for Apache HttpClient (3.1 or 4.x) based transport senders. -
Uses of TransportSender in org.apache.axis2.transport.http.impl.httpclient4
Classes in org.apache.axis2.transport.http.impl.httpclient4 that implement TransportSender Modifier and Type Class Description class
HTTPClient4TransportSender
The Class HTTPClient4TransportSender use HC HTTPClient 4.X. -
Uses of TransportSender in org.apache.axis2.transport.java
Classes in org.apache.axis2.transport.java that implement TransportSender Modifier and Type Class Description class
JavaTransportSender
-
Uses of TransportSender in org.apache.axis2.transport.jms
Classes in org.apache.axis2.transport.jms that implement TransportSender Modifier and Type Class Description 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 Modifier and Type Class Description class
LocalResponder
LocalResponderclass
LocalTransportSender
-
Uses of TransportSender in org.apache.axis2.transport.mail
Classes in org.apache.axis2.transport.mail that implement TransportSender Modifier and Type Class Description class
MailTransportSender
The mail transport sender sends mail using an SMTP server configuration defined in the axis2.xml's transport sender definition -
Uses of TransportSender in org.apache.axis2.transport.tcp
Classes in org.apache.axis2.transport.tcp that implement TransportSender Modifier and Type Class Description class
TCPTransportSender
-
Uses of TransportSender in org.apache.axis2.transport.testkit.axis2.client
Methods in org.apache.axis2.transport.testkit.axis2.client that return TransportSender Modifier and Type Method Description TransportSender
AxisTestClientContext. getSender()
-
Uses of TransportSender in org.apache.axis2.transport.udp
Classes in org.apache.axis2.transport.udp that implement TransportSender Modifier and Type Class Description class
UDPSender
Transport sender for the UDP protocol. -
Uses of TransportSender in org.apache.axis2.transport.xmpp
Classes in org.apache.axis2.transport.xmpp that implement TransportSender Modifier and Type Class Description class
XMPPSender
-