Interface RequestFactory<T>
- All Known Implementing Classes:
ApacheRequestFactory
public interface RequestFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreateHttpRequest(HttpCommonRequest request) Create a request from aHttpCommonRequest.
-
Method Details
-
createHttpRequest
Create a request from aHttpCommonRequest. 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
-