Package | Description |
---|---|
org.apache.axis2.description | |
org.apache.axis2.transport.base | |
org.apache.axis2.transport.http | |
org.apache.axis2.transport.http.impl.httpclient3 | |
org.apache.axis2.transport.http.impl.httpclient4 | |
org.apache.axis2.transport.java | |
org.apache.axis2.transport.local | |
org.apache.axis2.transport.mail | |
org.apache.axis2.transport.tcp | |
org.apache.axis2.transport.udp |
Transport implementation for the UDP protocol.
|
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 |
CommonsHTTPTransportSender
The Class CommonsHTTPTransportSender use Commons-HTTPclient 3.1.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPClient3TransportSender
The Class HTTPClient4TransportSender use Commons-HTTPclient 3.1.
|
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 |
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 |
Modifier and Type | Class and Description |
---|---|
class |
UDPSender
Transport sender for the UDP protocol.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.