| 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 | |
| org.apache.axis2.transport.testkit.axis2.client | |
| org.apache.axis2.transport.udp |
Transport implementation for the UDP protocol.
|
| org.apache.axis2.transport.xmpp |
| Modifier and Type | Field and Description |
|---|---|
protected TransportSender |
TransportOutDescription.sender |
| Modifier and Type | Method and Description |
|---|---|
TransportSender |
TransportOutDescription.getSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportOutDescription.setSender(TransportSender sender) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransportSender |
| Constructor and Description |
|---|
TransportMBeanSupport(TransportSender sender,
String name) |
TransportView(TransportListener listener,
TransportSender sender) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTTPTransportSender |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHTTPTransportSender
Base class for Apache HttpClient (3.1 or 4.x) based transport senders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPClient4TransportSender
The Class HTTPClient4TransportSender use HC HTTPClient 4.X.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaTransportSender |
| Modifier and Type | Class and Description |
|---|---|
class |
JMSSender
The TransportSender for JMS
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalResponder
LocalResponder
|
class |
LocalTransportSender |
| Modifier and Type | Class and Description |
|---|---|
class |
MailTransportSender
The mail transport sender sends mail using an SMTP server configuration defined
in the axis2.xml's transport sender definition
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPTransportSender |
| Constructor and Description |
|---|
SimpleTransportDescriptionFactory(String name,
Class<? extends TransportListener> listenerClass,
Class<? extends TransportSender> senderClass) |
| Modifier and Type | Method and Description |
|---|---|
TransportSender |
AxisTestClientContext.getSender() |
| Modifier and Type | Class and Description |
|---|---|
class |
UDPSender
Transport sender for the UDP protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMPPSender |
Copyright © The Apache Software Foundation. All Rights Reserved.