Uses of Class
org.apache.axis2.description.TransportOutDescription
-
Packages that use TransportOutDescription Package Description org.apache.axis2.client org.apache.axis2.context org.apache.axis2.description org.apache.axis2.engine org.apache.axis2.kernel -
-
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. -
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
-