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 TransportOutDescriptionOptions. transportOutThis is used for sending and receiving messages.Methods in org.apache.axis2.client that return TransportOutDescription Modifier and Type Method Description TransportOutDescriptionOptions. getTransportOut()Get outbound transport description.Methods in org.apache.axis2.client with parameters of type TransportOutDescription Modifier and Type Method Description voidOptions. 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 TransportOutDescriptionMessageContext. getTransportOut()Methods in org.apache.axis2.context with parameters of type TransportOutDescription Modifier and Type Method Description voidMessageContext. 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 TransportOutDescriptionClientUtils. 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 TransportOutDescriptionAxisConfiguration. 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 voidAxisConfiguration. 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 voidTransportSender. 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 voidUtilsTransportServer. 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 voidAbstractTransportSender. 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 TransportOutDescriptionHTTPSender. proxyOutSettingMethods in org.apache.axis2.transport.http with parameters of type TransportOutDescription Modifier and Type Method Description voidAbstractHTTPTransportSender. 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 voidJavaTransportSender. 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 voidJMSSender. 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 voidLocalResponder. init(ConfigurationContext confContext, TransportOutDescription transportOut)voidLocalTransportSender. 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 voidMailTransportSender. 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 TransportOutDescriptionSimpleTransportDescriptionFactory. createTransportOutDescription()TransportOutDescriptionTransportDescriptionFactory. 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 voidAxisTestClientContextConfigurator. 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 voidAxisTestEndpointContextConfigurator. 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 voidUDPSender. 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 voidXMPPSender. init(ConfigurationContext confContext, TransportOutDescription transportOut)Initialize the transport sender by reading pre-defined connection factories for outgoing messages.
-