Uses of Class
org.apache.axis2.description.TransportInDescription
-
Packages that use TransportInDescription Package Description org.apache.axis2.client org.apache.axis2.context org.apache.axis2.description org.apache.axis2.engine org.apache.axis2.kernel -
-
Uses of TransportInDescription in org.apache.axis2.client
Methods in org.apache.axis2.client that return TransportInDescription Modifier and Type Method Description TransportInDescriptionOptions. getTransportIn()Get transport used for incoming message.Methods in org.apache.axis2.client with parameters of type TransportInDescription Modifier and Type Method Description voidOptions. 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 TransportInDescriptionMessageContext. getTransportIn()Methods in org.apache.axis2.context with parameters of type TransportInDescription Modifier and Type Method Description voidMessageContext. 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 TransportInDescriptionClientUtils. 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 TransportInDescriptionAxisConfiguration. 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 voidListenerManager. addListener(TransportInDescription trsIn, boolean started)Adds the listener described in the providedTransportInDescription.voidAxisConfiguration. addTransportIn(TransportInDescription transport)Add an incoming transport description (i.e. -
Uses of TransportInDescription in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel with parameters of type TransportInDescription Modifier and Type Method Description voidTransportListener. init(ConfigurationContext axisConf, TransportInDescription transprtIn)
-