|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of TransportInDescription in org.apache.axis2.client |
| Methods in org.apache.axis2.client that return TransportInDescription | |
TransportInDescription |
Options.getTransportIn()
Get transport used for incoming message. |
| Methods in org.apache.axis2.client with parameters of type TransportInDescription | |
void |
Options.setTransportIn(TransportInDescription transportIn)
Set transport used for incoming message. |
| Uses of TransportInDescription in org.apache.axis2.context |
| Methods in org.apache.axis2.context that return TransportInDescription | |
TransportInDescription |
MessageContext.getTransportIn()
|
| Methods in org.apache.axis2.context with parameters of type TransportInDescription | |
void |
MessageContext.setTransportIn(TransportInDescription in)
|
| Uses of TransportInDescription in org.apache.axis2.description |
| Methods in org.apache.axis2.description that return TransportInDescription | |
static TransportInDescription |
ClientUtils.inferInTransport(AxisConfiguration ac,
Options options,
MessageContext msgCtxt)
|
| Uses of TransportInDescription in org.apache.axis2.engine |
| Methods in org.apache.axis2.engine that return TransportInDescription | |
TransportInDescription |
AxisConfiguration.getTransportIn(java.lang.String name)
|
| Methods in org.apache.axis2.engine with parameters of type TransportInDescription | |
void |
ListenerManager.addListener(TransportInDescription trsIn,
boolean started)
|
void |
AxisConfiguration.addTransportIn(TransportInDescription transport)
Method addTransportIn. |
| Uses of TransportInDescription in org.apache.axis2.transport |
| Methods in org.apache.axis2.transport with parameters of type TransportInDescription | |
void |
TransportListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
|
| Uses of TransportInDescription in org.apache.axis2.transport.http |
| Methods in org.apache.axis2.transport.http with parameters of type TransportInDescription | |
void |
AxisServlet.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
init(); start() and stop() wouldn't do anything. |
void |
SimpleHTTPServer.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
init method in TransportListener |
| Uses of TransportInDescription in org.apache.axis2.transport.http.server |
| Methods in org.apache.axis2.transport.http.server that return TransportInDescription | |
TransportInDescription |
HttpFactory.getHttpConfiguration()
Getter for httpConfiguration |
| Uses of TransportInDescription in org.apache.axis2.transport.jms |
| Methods in org.apache.axis2.transport.jms with parameters of type TransportInDescription | |
void |
JMSListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
This is the TransportListener initialization method invoked by Axis2 |
| Uses of TransportInDescription in org.apache.axis2.transport.mail |
| Methods in org.apache.axis2.transport.mail with parameters of type TransportInDescription | |
void |
SimpleMailListener.init(ConfigurationContext configurationContext,
TransportInDescription transportIn)
|
| Uses of TransportInDescription in org.apache.axis2.transport.tcp |
| Methods in org.apache.axis2.transport.tcp with parameters of type TransportInDescription | |
void |
TCPServer.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||