Interface RequestDecoratorService

All Known Implementing Classes:
DefaultRequestDecoratorService

public interface RequestDecoratorService
Service that encapsulates the decoration logic for outbound sync requests.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.HttpEntity<Map<String,Object>>
    Service that returns a decorated HttpEntity based on the context provided
  • Method Details

    • createHttpEntity

      org.springframework.http.HttpEntity<Map<String,Object>> createHttpEntity(SyncParameters params)
      Service that returns a decorated HttpEntity based on the context provided
      Parameters:
      params - containing the information needed to create the decorated HttpEntity
      Returns:
      a decorated HttpEntity