Class HTTPSender

    • Constructor Detail

      • HTTPSender

        public HTTPSender()
    • Method Detail

      • setChunked

        public void setChunked​(boolean chunked)
      • createRequest

        protected abstract Request createRequest​(MessageContext msgContext,
                                                 String methodName,
                                                 URL url,
                                                 AxisRequestEntity requestEntity)
                                          throws AxisFault
        Start a new HTTP request.
        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:
        AxisFault - Thrown in case an exception occurs