Class HTTPSenderImpl

java.lang.Object
org.apache.axis2.transport.http.HTTPSender
org.apache.axis2.transport.http.impl.httpclient5.HTTPSenderImpl

public class HTTPSenderImpl extends HTTPSender
  • 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: HTTPSender
      Start a new HTTP request.
      Specified by:
      createRequest in class HTTPSender
      Parameters:
      msgContext - The MessageContext of the request message
      methodName - The HTTP method name
      url - The target URL
      requestEntity - The content of the request or null if the HTTP request shouldn't have any content (e.g. for GET requests)
      Throws:
      org.apache.axis2.AxisFault - Thrown in case an exception occurs