Uses of Interface
org.apache.axis2.transport.http.Request
-
Packages that use Request Package Description org.apache.axis2.transport.http org.apache.axis2.transport.http.impl.httpclient4 -
-
Uses of Request in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http that return Request Modifier and Type Method Description protected abstract Request
HTTPSender. createRequest(MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity)
Start a new HTTP request. -
Uses of Request in org.apache.axis2.transport.http.impl.httpclient4
Methods in org.apache.axis2.transport.http.impl.httpclient4 that return Request Modifier and Type Method Description protected Request
HTTPSenderImpl. createRequest(MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity)
-