Java org.springframework.integration IntegrationMessageHeaderAccessor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration IntegrationMessageHeaderAccessor fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

Constructor

Method

voidsetHeader(String name, @Nullable Object value)
Set the value for the given header name.
MessageHeaderstoMessageHeaders()
Return a copy of the underlying header values as a MessageHeaders object.