| Package | Description |
|---|---|
| org.apache.axis2.client | |
| org.apache.axis2.context | |
| org.apache.axis2.description | |
| org.apache.axis2.engine | |
| org.apache.axis2.transport |
| 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
|
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.