Uses of Interface
org.springframework.integration.mapping.AbstractHeaderMapper.HeaderMatcher
Package
Description
Provides classes related to mapping to/from message headers.
-
Uses of AbstractHeaderMapper.HeaderMatcher in org.springframework.integration.mapping
Modifier and TypeClassDescriptionprotected static class
A compositeAbstractHeaderMapper.HeaderMatcher
that matches if one of providedAbstractHeaderMapper.HeaderMatcher
s matches to theheaderName
.protected static class
A content-basedAbstractHeaderMapper.HeaderMatcher
that matches if the specified header is contained within a list of candidates.protected static class
A pattern-basedAbstractHeaderMapper.HeaderMatcher
that matches if the specified header matches one of the specified simple patterns.protected static class
A prefix-basedAbstractHeaderMapper.HeaderMatcher
that matches if the specified header starts with a configurable prefix.protected static class
A pattern-basedAbstractHeaderMapper.HeaderMatcher
that matches if the specified header matches the specified simple pattern.Modifier and TypeMethodDescriptionprotected AbstractHeaderMapper.HeaderMatcher
AbstractHeaderMapper.createDefaultHeaderMatcher
(String standardHeaderPrefix, Collection<String> headerNames) Create the initialAbstractHeaderMapper.HeaderMatcher
based on the specified headers and standard header prefix.protected AbstractHeaderMapper.HeaderMatcher
AbstractHeaderMapper.createHeaderMatcher
(Collection<String> patterns) Create aAbstractHeaderMapper.HeaderMatcher
that match if any of the specifiedpatterns
match.