Class HTTPSenderImpl
- java.lang.Object
-
- org.apache.axis2.transport.http.HTTPSender
-
- org.apache.axis2.transport.http.impl.httpclient4.HTTPSenderImpl
-
public class HTTPSenderImpl extends HTTPSender
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.transport.http.HTTPSender
format, proxyOutSetting
-
-
Constructor Summary
Constructors Constructor Description HTTPSenderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Request
createRequest(MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity)
Start a new HTTP request.-
Methods inherited from class org.apache.axis2.transport.http.HTTPSender
send, setChunked, setFormat, setHttpVersion
-
-
-
-
Method Detail
-
createRequest
protected Request createRequest(MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity) throws AxisFault
Description copied from class:HTTPSender
Start a new HTTP request.- Specified by:
createRequest
in classHTTPSender
- Parameters:
msgContext
- The MessageContext of the request messagemethodName
- The HTTP method nameurl
- The target URLrequestEntity
- The content of the request ornull
if the HTTP request shouldn't have any content (e.g. forGET
requests)- Throws:
AxisFault
- Thrown in case an exception occurs
-
-