Package | Description |
---|---|
org.apache.axis2.client | |
org.apache.axis2.context.externalize | |
org.apache.axis2.description | |
org.apache.axis2.transport.base | |
org.apache.axis2.transport.base.datagram |
Base classes for datagram transports.
|
org.apache.axis2.transport.http | |
org.apache.axis2.transport.mail | |
org.apache.axis2.transport.tcp | |
org.apache.axis2.transport.udp |
Transport implementation for the UDP protocol.
|
org.apache.axis2.util |
Modifier and Type | Method and Description |
---|---|
TransportListener |
Options.getListener()
Get listener used for incoming message.
|
Modifier and Type | Method and Description |
---|---|
void |
Options.setListener(TransportListener listener)
Set listener used for incoming message.
|
Modifier and Type | Method and Description |
---|---|
static TransportListener |
ActivateUtils.findTransportListener(AxisConfiguration axisConfig,
String listenerClassName)
Find the TransportListener object that matches the criteria
Note the saved meta information may not
match up with any of the objects that
are in the current AxisConfiguration object.
|
Modifier and Type | Field and Description |
---|---|
protected TransportListener |
TransportInDescription.receiver |
Modifier and Type | Method and Description |
---|---|
TransportListener |
TransportInDescription.getReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
TransportInDescription.setReceiver(TransportListener receiver) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPollingTransportListener<T extends AbstractPollTableEntry> |
class |
AbstractTransportListener |
class |
AbstractTransportListenerEx<E extends ProtocolEndpoint>
Partial implementation of
AbstractTransportListener with a higher level
of abstraction. |
Constructor and Description |
---|
TransportMBeanSupport(TransportListener listener,
String name) |
TransportView(TransportListener listener,
TransportSender sender) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatagramTransportListener<E extends DatagramEndpoint> |
Modifier and Type | Class and Description |
---|---|
class |
AxisServletListener
TransportListener implementation for AxisServlet . |
class |
SimpleHTTPServer
This is a simple implementation of an HTTP server for processing
SOAP requests via Apache's xml-axis2.
|
Modifier and Type | Class and Description |
---|---|
class |
MailTransportListener
This mail transport lister implementation uses the base transport framework and is a polling
transport.
|
Modifier and Type | Class and Description |
---|---|
class |
TCPTransportListener |
Modifier and Type | Class and Description |
---|---|
class |
UDPListener
Transport listener for the UDP protocol.
|
Modifier and Type | Method and Description |
---|---|
static TransportListener |
ObjectStateUtils.findTransportListener(AxisConfiguration axisConfig,
String listenerClassName)
Find the TransportListener object that matches the criteria Note the saved meta
information may not match up with any of the objects that are in the current
AxisConfiguration object.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.