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 |
HttpListener.init(ConfigurationContext configCtx,
TransportInDescription transprtIn) |
Modifier and Type | Method and Description |
---|---|
void |
UtilsTransportServer.addTransport(TransportInDescription trpInDesc) |
void |
UtilsTransportServer.addTransport(TransportInDescription trpInDesc,
TransportOutDescription trpDescOut) |
void |
TransportListener.init(ConfigurationContext axisConf,
TransportInDescription transprtIn) |
Modifier and Type | Method and Description |
---|---|
TransportInDescription |
AbstractTransportListener.getTransportInDescription() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransportListenerEx.init(ConfigurationContext cfgCtx,
TransportInDescription transportIn) |
void |
AbstractTransportListener.init(ConfigurationContext cfgCtx,
TransportInDescription transportIn)
Initialize the generic transport.
|
Modifier and Type | Method and Description |
---|---|
static EndpointReference[] |
HTTPTransportUtils.getEPRsForService(ConfigurationContext configurationContext,
TransportInDescription trpInDesc,
String serviceName,
String ip,
int port) |
void |
SimpleHTTPServer.init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
init method in TransportListener
|
void |
AxisServletListener.init(ConfigurationContext configurationContext,
TransportInDescription transportInDescription) |
Modifier and Type | Method and Description |
---|---|
TransportInDescription |
HttpFactory.getHttpConfiguration()
Getter for httpConfiguration
|
Modifier and Type | Method and Description |
---|---|
TransportInDescription |
TransportDescriptionFactory.createTransportInDescription()
Create a TransportInDescription for the transport under test.
|
TransportInDescription |
SimpleTransportDescriptionFactory.createTransportInDescription() |
Modifier and Type | Method and Description |
---|---|
void |
AxisTestClientContextConfigurator.setupTransport(TransportInDescription trpInDesc,
TransportOutDescription trpOutDesc)
Setup the transport on client side.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisTestEndpointContextConfigurator.setupTransport(TransportInDescription trpInDesc,
TransportOutDescription trpOutDesc)
Setup the transport on server side.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleFixTransportListenerProxy.init(ConfigurationContext arg0,
TransportInDescription arg1) |
Modifier and Type | Method and Description |
---|---|
void |
XMPPListener.init(ConfigurationContext configurationCtx,
TransportInDescription transportIn)
Initializing the XMPPListener.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.