Uses of Class
org.springframework.integration.http.support.DefaultHttpHeaderMapper
Package
Description
Provides classes to support Http endpoints, including header
mapping.
-
Uses of DefaultHttpHeaderMapper in org.springframework.integration.http.support
Modifier and TypeMethodDescriptionstatic DefaultHttpHeaderMapper
DefaultHttpHeaderMapper.inboundMapper()
Factory method for creating a basic inbound mapper instance.static DefaultHttpHeaderMapper
DefaultHttpHeaderMapper.outboundMapper()
Factory method for creating a basic outbound mapper instance.Modifier and TypeMethodDescriptionprotected static void
DefaultHttpHeaderMapper.setupDefaultInboundMapper
(DefaultHttpHeaderMapper mapper) Subclasses can call this from a static inboundMapper() method to set up standard header mappings for an inbound mapper.protected static void
DefaultHttpHeaderMapper.setupDefaultOutboundMapper
(DefaultHttpHeaderMapper mapper) Subclasses can call this from a static outboundMapper() method to set up standard header mappings for an outbound mapper.