Class HTTPSenderImpl
java.lang.Object
org.apache.axis2.transport.http.HTTPSender
org.apache.axis2.transport.http.impl.httpclient5.HTTPSenderImpl
-
Field Summary
Fields inherited from class org.apache.axis2.transport.http.HTTPSender
format, proxyOutSetting -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RequestcreateRequest(org.apache.axis2.context.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
-
Constructor Details
-
HTTPSenderImpl
public HTTPSenderImpl()
-
-
Method Details
-
createRequest
protected Request createRequest(org.apache.axis2.context.MessageContext msgContext, String methodName, URL url, AxisRequestEntity requestEntity) throws org.apache.axis2.AxisFault Description copied from class:HTTPSenderStart a new HTTP request.- Specified by:
createRequestin classHTTPSender- Parameters:
msgContext- The MessageContext of the request messagemethodName- The HTTP method nameurl- The target URLrequestEntity- The content of the request ornullif the HTTP request shouldn't have any content (e.g. forGETrequests)- Throws:
org.apache.axis2.AxisFault- Thrown in case an exception occurs
-