Interface RequestDecoratorService
- All Known Implementing Classes:
DefaultRequestDecoratorService
public interface RequestDecoratorService
Service that encapsulates the decoration logic for outbound sync requests.
-
Method Summary
Modifier and TypeMethodDescriptioncreateHttpEntity(SyncParameters params) Service that returns a decoratedHttpEntitybased on the context provided
-
Method Details
-
createHttpEntity
Service that returns a decoratedHttpEntitybased on the context provided- Parameters:
params- containing the information needed to create the decoratedHttpEntity- Returns:
- a decorated
HttpEntity
-