Uses of Class
org.apache.axis2.transport.http.AxisRequestEntity
-
Packages that use AxisRequestEntity Package Description org.apache.axis2.transport.http org.apache.axis2.transport.http.impl.httpclient4 -
-
Uses of AxisRequestEntity in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http with parameters of type AxisRequestEntity Modifier and Type Method Description protected abstract RequestHTTPSender. createRequest(org.apache.axis2.context.MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity)Start a new HTTP request. -
Uses of AxisRequestEntity in org.apache.axis2.transport.http.impl.httpclient4
Methods in org.apache.axis2.transport.http.impl.httpclient4 with parameters of type AxisRequestEntity Modifier and Type Method Description protected RequestHTTPSenderImpl. createRequest(org.apache.axis2.context.MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity)Constructors in org.apache.axis2.transport.http.impl.httpclient4 with parameters of type AxisRequestEntity Constructor Description AxisRequestEntityImpl(AxisRequestEntity entity)
-