Java org.springframework.integration.http.support DefaultHttpHeaderMapper fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.http.support DefaultHttpHeaderMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.http.support DefaultHttpHeaderMapper.

The text is from its open source code.

Subclass

org.springframework.integration.http.support.DefaultHttpHeaderMapper has subclasses.
Click this link to see all its subclasses.

Constructor

Method

DefaultHttpHeaderMapperoutboundMapper()
Factory method for creating a basic outbound mapper instance.
voidsetExcludedInboundStandardResponseHeaderNames( String... excludedInboundStandardResponseHeaderNames)
Provide header names from the list of standard headers that should be suppressed when mapping inbound endpoint response headers.
voidsetExcludedOutboundStandardRequestHeaderNames( String... excludedOutboundStandardRequestHeaderNames)
Provide header names from the list of standard headers that should be suppressed when mapping outbound endpoint request headers.
voidsetInboundHeaderNames(String... inboundHeaderNamesArg)
Provide the header names that should be mapped from an HTTP request (for inbound adapters) or HTTP response (for outbound adapters) to a Spring Integration Message's headers.
voidsetOutboundHeaderNames(String... outboundHeaderNames)
Provide the header names that should be mapped to an HTTP request (for outbound adapters) or HTTP response (for inbound adapters) from a Spring Integration Message's headers.