List of usage examples for org.springframework.integration.http.support DefaultHttpHeaderMapper outboundMapper
public static DefaultHttpHeaderMapper outboundMapper()
From source file:org.shaigor.rest.retro.security.gateway.config.integration.OutboundHeaderMapper.java
public OutboundHeaderMapper() { mapper = DefaultHttpHeaderMapper.outboundMapper(); mapper.setExcludedOutboundStandardRequestHeaderNames(HTTP_REQUEST_HEADER_NAMES_OUTBOUND_EXCLUSIONS); }