Class SapPassportRemoverRequestDecorator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.HttpEntity<java.util.Map<java.lang.String,​java.lang.Object>> decorate​(org.springframework.http.HttpHeaders httpHeaders, java.util.Map<java.lang.String,​java.lang.Object> payload, DecoratorContext decoratorContext, DecoratorExecution execution)
      Decorates an Outbound request
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SapPassportRemoverRequestDecorator

        public SapPassportRemoverRequestDecorator()
    • Method Detail

      • decorate

        public org.springframework.http.HttpEntity<java.util.Map<java.lang.String,​java.lang.Object>> decorate​(org.springframework.http.HttpHeaders httpHeaders,
                                                                                                                    java.util.Map<java.lang.String,​java.lang.Object> payload,
                                                                                                                    DecoratorContext decoratorContext,
                                                                                                                    DecoratorExecution execution)
        Description copied from interface: OutboundRequestDecorator
        Decorates an Outbound request
        Specified by:
        decorate in interface OutboundRequestDecorator
        Parameters:
        httpHeaders - The headers to be used for the outgoing request.
        payload - The payload used for the request
        decoratorContext - Some extra information that can be used by decorators.
        execution - The execution chain.
        Returns:
        An HttpEntity containing the result of the decoration. Normally by calling execution.createHttpEntity()