Class HTTPSenderImpl

    • Constructor Detail

      • HTTPSenderImpl

        public HTTPSenderImpl()
    • 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 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:
        AxisFault - Thrown in case an exception occurs