Interface RequestFactory<T>

All Known Implementing Classes:
ApacheRequestFactory

public interface RequestFactory<T>
  • Method Details

    • createHttpRequest

      T createHttpRequest(HttpCommonRequest request)
      Create a request from a HttpCommonRequest. This method is used to convert a domain model to a request object that can be executed by the HTTP client of your choice.
      Parameters:
      request - the domain model
      Returns:
      the request object