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 | Method and Description |
---|---|
TransportInDescription |
Options.getTransportIn()
Get transport used for incoming message.
|
Modifier and Type | Method and Description |
---|---|
void |
Options.setTransportIn(TransportInDescription transportIn)
Set transport used for incoming message.
|
Modifier and Type | Method and Description |
---|---|
TransportInDescription |
MessageContext.getTransportIn() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setTransportIn(TransportInDescription in) |
Modifier and Type | Method and Description |
---|---|
static TransportInDescription |
ClientUtils.inferInTransport(AxisConfiguration ac,
Options options,
MessageContext msgCtxt) |
Modifier and Type | Method and Description |
---|---|
TransportInDescription |
AxisConfiguration.getTransportIn(String name) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,TransportInDescription> |
AxisConfiguration.getTransportsIn() |
Modifier and Type | Method and Description |
---|---|
void |
ListenerManager.addListener(TransportInDescription trsIn,
boolean started)
Adds the listener described in the provided
TransportInDescription . |
void |
AxisConfiguration.addTransportIn(TransportInDescription transport)
Add an incoming transport description (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
TransportListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.