Uses of Class
org.apache.axis2.description.TransportInDescription
-
-
Uses of TransportInDescription in org.apache.axis2.client
Methods in org.apache.axis2.client that return TransportInDescription Modifier and Type Method Description TransportInDescription
Options. getTransportIn()
Get transport used for incoming message.Methods in org.apache.axis2.client with parameters of type TransportInDescription Modifier and Type Method Description 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 Modifier and Type Method Description TransportInDescription
MessageContext. getTransportIn()
Methods in org.apache.axis2.context with parameters of type TransportInDescription Modifier and Type Method Description void
MessageContext. setTransportIn(TransportInDescription in)
-
Uses of TransportInDescription in org.apache.axis2.description
Methods in org.apache.axis2.description that return TransportInDescription Modifier and Type Method Description 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 Modifier and Type Method Description TransportInDescription
AxisConfiguration. getTransportIn(String name)
Methods in org.apache.axis2.engine that return types with arguments of type TransportInDescription Modifier and Type Method Description HashMap<String,TransportInDescription>
AxisConfiguration. getTransportsIn()
Methods in org.apache.axis2.engine with parameters of type TransportInDescription Modifier and Type Method Description void
ListenerManager. addListener(TransportInDescription trsIn, boolean started)
Adds the listener described in the providedTransportInDescription
.void
AxisConfiguration. addTransportIn(TransportInDescription transport)
Add an incoming transport description (i.e. receiver) to our configuration. -
Uses of TransportInDescription in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel with parameters of type TransportInDescription Modifier and Type Method Description void
TransportListener. init(ConfigurationContext axisConf, TransportInDescription transprtIn)
-
Uses of TransportInDescription in org.apache.axis2.transport
Methods in org.apache.axis2.transport with parameters of type TransportInDescription Modifier and Type Method Description void
UtilsTransportServer. addTransport(TransportInDescription trpInDesc)
void
UtilsTransportServer. addTransport(TransportInDescription trpInDesc, TransportOutDescription trpDescOut)
-
Uses of TransportInDescription in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base that return TransportInDescription Modifier and Type Method Description TransportInDescription
AbstractTransportListener. getTransportInDescription()
Methods in org.apache.axis2.transport.base with parameters of type TransportInDescription Modifier and Type Method Description void
AbstractTransportListener. init(ConfigurationContext cfgCtx, TransportInDescription transportIn)
Initialize the generic transport.void
AbstractTransportListenerEx. init(ConfigurationContext cfgCtx, TransportInDescription transportIn)
-
Uses of TransportInDescription in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http with parameters of type TransportInDescription Modifier and Type Method Description static EndpointReference[]
HTTPTransportUtils. getEPRsForService(ConfigurationContext configurationContext, TransportInDescription trpInDesc, String serviceName, String ip, int port)
void
AxisServletListener. init(ConfigurationContext configurationContext, TransportInDescription transportInDescription)
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 Modifier and Type Method Description TransportInDescription
HttpFactory. getHttpConfiguration()
Getter for httpConfiguration -
Uses of TransportInDescription in org.apache.axis2.transport.testkit.axis2
Methods in org.apache.axis2.transport.testkit.axis2 that return TransportInDescription Modifier and Type Method Description TransportInDescription
SimpleTransportDescriptionFactory. createTransportInDescription()
TransportInDescription
TransportDescriptionFactory. createTransportInDescription()
Create a TransportInDescription for the transport under test. -
Uses of TransportInDescription in org.apache.axis2.transport.testkit.axis2.client
Methods in org.apache.axis2.transport.testkit.axis2.client with parameters of type TransportInDescription Modifier and Type Method Description void
AxisTestClientContextConfigurator. setupTransport(TransportInDescription trpInDesc, TransportOutDescription trpOutDesc)
Setup the transport on client side. -
Uses of TransportInDescription in org.apache.axis2.transport.testkit.axis2.endpoint
Methods in org.apache.axis2.transport.testkit.axis2.endpoint with parameters of type TransportInDescription Modifier and Type Method Description void
AxisTestEndpointContextConfigurator. setupTransport(TransportInDescription trpInDesc, TransportOutDescription trpOutDesc)
Setup the transport on server side. -
Uses of TransportInDescription in org.apache.axis2.transport.testkit.util
Methods in org.apache.axis2.transport.testkit.util with parameters of type TransportInDescription Modifier and Type Method Description void
LifecycleFixTransportListenerProxy. init(ConfigurationContext arg0, TransportInDescription arg1)
-
Uses of TransportInDescription in org.apache.axis2.transport.xmpp
Methods in org.apache.axis2.transport.xmpp with parameters of type TransportInDescription Modifier and Type Method Description void
XMPPListener. init(ConfigurationContext configurationCtx, TransportInDescription transportIn)
Initializing the XMPPListener.
-