Package | Description |
---|---|
org.apache.axis2.client | |
org.apache.axis2.context | |
org.apache.axis2.description | |
org.apache.axis2.engine | |
org.apache.axis2.transport | |
org.apache.axis2.transport.base | |
org.apache.axis2.transport.http | |
org.apache.axis2.transport.java | |
org.apache.axis2.transport.jms |
JMS Listener Configuration (axis2.xml)
|
org.apache.axis2.transport.local | |
org.apache.axis2.transport.mail | |
org.apache.axis2.transport.testkit.axis2 | |
org.apache.axis2.transport.testkit.axis2.client | |
org.apache.axis2.transport.testkit.axis2.endpoint | |
org.apache.axis2.transport.udp |
Transport implementation for the UDP protocol.
|
org.apache.axis2.transport.xmpp |
Modifier and Type | Field and Description |
---|---|
protected TransportOutDescription |
Options.transportOut
This is used for sending and receiving messages.
|
Modifier and Type | Method and Description |
---|---|
TransportOutDescription |
Options.getTransportOut()
Get outbound transport description.
|
Modifier and Type | Method and Description |
---|---|
void |
Options.setTransportOut(TransportOutDescription transportOut)
Set transport used for outgoing message.
|
Modifier and Type | Method and Description |
---|---|
TransportOutDescription |
MessageContext.getTransportOut() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setTransportOut(TransportOutDescription out) |
Modifier and Type | Method and Description |
---|---|
static TransportOutDescription |
ClientUtils.inferOutTransport(AxisConfiguration ac,
EndpointReference epr,
MessageContext msgctx) |
Modifier and Type | Method and Description |
---|---|
TransportOutDescription |
AxisConfiguration.getTransportOut(String name) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,TransportOutDescription> |
AxisConfiguration.getTransportsOut() |
Modifier and Type | Method and Description |
---|---|
void |
AxisConfiguration.addTransportOut(TransportOutDescription transport)
Add an outgoing transport description (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
UtilsTransportServer.addTransport(TransportInDescription trpInDesc,
TransportOutDescription trpDescOut) |
void |
TransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransportSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut)
Initialize the generic transport sender.
|
Modifier and Type | Field and Description |
---|---|
protected TransportOutDescription |
AbstractHTTPSender.proxyOutSetting
proxydiscription
|
Modifier and Type | Method and Description |
---|---|
void |
CommonsHTTPTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
Modifier and Type | Method and Description |
---|---|
void |
JavaTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
Modifier and Type | Method and Description |
---|---|
void |
JMSSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for
outgoing messages.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
void |
LocalResponder.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
Modifier and Type | Method and Description |
---|---|
void |
MailTransportSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut)
Initialize the Mail sender and be ready to send messages
|
Modifier and Type | Method and Description |
---|---|
TransportOutDescription |
TransportDescriptionFactory.createTransportOutDescription() |
TransportOutDescription |
SimpleTransportDescriptionFactory.createTransportOutDescription() |
Modifier and Type | Method and Description |
---|---|
void |
AxisTestClientContextConfigurator.setupTransport(TransportInDescription trpInDesc,
TransportOutDescription trpOutDesc)
Setup the transport on client side.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisTestEndpointContextConfigurator.setupTransport(TransportInDescription trpInDesc,
TransportOutDescription trpOutDesc)
Setup the transport on server side.
|
Modifier and Type | Method and Description |
---|---|
void |
UDPSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut) |
Modifier and Type | Method and Description |
---|---|
void |
XMPPSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for
outgoing messages.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.