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.local | |
org.apache.axis2.transport.mail | |
org.apache.axis2.transport.udp |
Transport implementation for the UDP protocol.
|
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 |
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 |
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 |
---|---|
void |
UDPSender.init(ConfigurationContext cfgCtx,
TransportOutDescription transportOut) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.