Package | Description |
---|---|
org.springframework.integration.splitter |
Provides classes supporting the splitter pattern.
|
org.springframework.integration.xml.splitter |
Provides implementations of
AbstractMessageSplitter . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMessageSplitter
The default Message Splitter implementation.
|
class |
ExpressionEvaluatingSplitter
A Message Splitter implementation that evaluates the specified SpEL
expression.
|
class |
MethodInvokingSplitter
A Message Splitter implementation that invokes the specified method
on the given object.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathMessageSplitter
|
Copyright © 2016. All rights reserved.