Uses of Class
org.apache.axis2.description.TransportOutDescription
-
-
Uses of TransportOutDescription in org.apache.axis2.client
Fields in org.apache.axis2.client declared as TransportOutDescription Modifier and Type Field Description protected TransportOutDescription
Options. transportOut
This is used for sending and receiving messages.Methods in org.apache.axis2.client that return TransportOutDescription Modifier and Type Method Description TransportOutDescription
Options. getTransportOut()
Get outbound transport description.Methods in org.apache.axis2.client with parameters of type TransportOutDescription Modifier and Type Method Description 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 Modifier and Type Method Description TransportOutDescription
MessageContext. getTransportOut()
Methods in org.apache.axis2.context with parameters of type TransportOutDescription Modifier and Type Method Description void
MessageContext. setTransportOut(TransportOutDescription out)
-
Uses of TransportOutDescription in org.apache.axis2.description
Methods in org.apache.axis2.description that return TransportOutDescription Modifier and Type Method Description 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 Modifier and Type Method Description TransportOutDescription
AxisConfiguration. getTransportOut(String name)
Methods in org.apache.axis2.engine that return types with arguments of type TransportOutDescription Modifier and Type Method Description HashMap<String,TransportOutDescription>
AxisConfiguration. getTransportsOut()
Methods in org.apache.axis2.engine with parameters of type TransportOutDescription Modifier and Type Method Description void
AxisConfiguration. addTransportOut(TransportOutDescription transport)
Add an outgoing transport description (i.e. sender) to our configuration. -
Uses of TransportOutDescription in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel with parameters of type TransportOutDescription Modifier and Type Method Description void
TransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
Initialize -
Uses of TransportOutDescription in org.apache.axis2.transport
Methods in org.apache.axis2.transport with parameters of type TransportOutDescription Modifier and Type Method Description void
UtilsTransportServer. addTransport(TransportInDescription trpInDesc, TransportOutDescription trpDescOut)
-
Uses of TransportOutDescription in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base with parameters of type TransportOutDescription Modifier and Type Method Description void
AbstractTransportSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the generic transport sender. -
Uses of TransportOutDescription in org.apache.axis2.transport.http
Fields in org.apache.axis2.transport.http declared as TransportOutDescription Modifier and Type Field Description protected TransportOutDescription
HTTPSender. proxyOutSetting
Methods in org.apache.axis2.transport.http with parameters of type TransportOutDescription Modifier and Type Method Description void
AbstractHTTPTransportSender. 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 Modifier and Type Method Description void
JavaTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
-
Uses of TransportOutDescription in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms with parameters of type TransportOutDescription Modifier and Type Method Description void
JMSSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for outgoing messages. -
Uses of TransportOutDescription in org.apache.axis2.transport.local
Methods in org.apache.axis2.transport.local with parameters of type TransportOutDescription Modifier and Type Method Description void
LocalResponder. init(ConfigurationContext confContext, TransportOutDescription transportOut)
void
LocalTransportSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
-
Uses of TransportOutDescription in org.apache.axis2.transport.mail
Methods in org.apache.axis2.transport.mail with parameters of type TransportOutDescription Modifier and Type Method Description void
MailTransportSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
Initialize the Mail sender and be ready to send messages -
Uses of TransportOutDescription in org.apache.axis2.transport.testkit.axis2
Methods in org.apache.axis2.transport.testkit.axis2 that return TransportOutDescription Modifier and Type Method Description TransportOutDescription
SimpleTransportDescriptionFactory. createTransportOutDescription()
TransportOutDescription
TransportDescriptionFactory. createTransportOutDescription()
-
Uses of TransportOutDescription in org.apache.axis2.transport.testkit.axis2.client
Methods in org.apache.axis2.transport.testkit.axis2.client with parameters of type TransportOutDescription Modifier and Type Method Description void
AxisTestClientContextConfigurator. setupTransport(TransportInDescription trpInDesc, TransportOutDescription trpOutDesc)
Setup the transport on client side. -
Uses of TransportOutDescription in org.apache.axis2.transport.testkit.axis2.endpoint
Methods in org.apache.axis2.transport.testkit.axis2.endpoint with parameters of type TransportOutDescription Modifier and Type Method Description void
AxisTestEndpointContextConfigurator. setupTransport(TransportInDescription trpInDesc, TransportOutDescription trpOutDesc)
Setup the transport on server side. -
Uses of TransportOutDescription in org.apache.axis2.transport.udp
Methods in org.apache.axis2.transport.udp with parameters of type TransportOutDescription Modifier and Type Method Description void
UDPSender. init(ConfigurationContext cfgCtx, TransportOutDescription transportOut)
-
Uses of TransportOutDescription in org.apache.axis2.transport.xmpp
Methods in org.apache.axis2.transport.xmpp with parameters of type TransportOutDescription Modifier and Type Method Description void
XMPPSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)
Initialize the transport sender by reading pre-defined connection factories for outgoing messages.
-