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 |
JavaTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.