|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransportOutDescription in org.apache.axis2.client |
---|
Fields in org.apache.axis2.client declared as TransportOutDescription | |
---|---|
protected TransportOutDescription |
Options.transportOut
This is used for sending and receiving messages. |
Methods in org.apache.axis2.client that return TransportOutDescription | |
---|---|
TransportOutDescription |
Options.getTransportOut()
Get outbound transport description. |
Methods in org.apache.axis2.client with parameters of type TransportOutDescription | |
---|---|
void |
Options.setTransportOut(TransportOutDescription transportOut)
Set transport used for outgoing message. |
Uses of TransportOutDescription in org.apache.axis2.context |
---|
Methods in org.apache.axis2.context that return TransportOutDescription | |
---|---|
TransportOutDescription |
MessageContext.getTransportOut()
|
Methods in org.apache.axis2.context with parameters of type TransportOutDescription | |
---|---|
void |
MessageContext.setTransportOut(TransportOutDescription out)
|
Uses of TransportOutDescription in org.apache.axis2.description |
---|
Methods in org.apache.axis2.description that return TransportOutDescription | |
---|---|
static TransportOutDescription |
ClientUtils.inferOutTransport(AxisConfiguration ac,
EndpointReference epr,
MessageContext msgctx)
|
Uses of TransportOutDescription in org.apache.axis2.engine |
---|
Methods in org.apache.axis2.engine that return TransportOutDescription | |
---|---|
TransportOutDescription |
AxisConfiguration.getTransportOut(String name)
|
Methods in org.apache.axis2.engine that return types with arguments of type TransportOutDescription | |
---|---|
HashMap<String,TransportOutDescription> |
AxisConfiguration.getTransportsOut()
|
Methods in org.apache.axis2.engine with parameters of type TransportOutDescription | |
---|---|
void |
AxisConfiguration.addTransportOut(TransportOutDescription transport)
Add an outgoing transport description (i.e. |
Uses of TransportOutDescription in org.apache.axis2.transport |
---|
Methods in org.apache.axis2.transport with parameters of type TransportOutDescription | |
---|---|
void |
TransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
Initialize |
Uses of TransportOutDescription in org.apache.axis2.transport.http |
---|
Fields in org.apache.axis2.transport.http declared as TransportOutDescription | |
---|---|
protected TransportOutDescription |
AbstractHTTPSender.proxyOutSetting
proxydiscription |
Methods in org.apache.axis2.transport.http with parameters of type TransportOutDescription | |
---|---|
void |
CommonsHTTPTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
Uses of TransportOutDescription in org.apache.axis2.transport.java |
---|
Methods in org.apache.axis2.transport.java with parameters of type TransportOutDescription | |
---|---|
void |
JavaTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
Uses of TransportOutDescription in org.apache.axis2.transport.local |
---|
Methods in org.apache.axis2.transport.local with parameters of type TransportOutDescription | |
---|---|
void |
LocalResponder.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
void |
LocalTransportSender.init(ConfigurationContext confContext,
TransportOutDescription transportOut)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |