|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.aggregator.MessageListMethodAdapter
org.springframework.integration.aggregator.ReleaseStrategyAdapter
public class ReleaseStrategyAdapter
Adapter for methods annotated with
@ReleaseStrategy
and for 'release-strategy
' elements that include a 'method
'
attribute (e.g. <release-strategy ref="beanReference" method="methodName"/>).
Field Summary |
---|
Fields inherited from class org.springframework.integration.aggregator.MessageListMethodAdapter |
---|
method |
Constructor Summary | |
---|---|
ReleaseStrategyAdapter(java.lang.Object object,
java.lang.reflect.Method method)
|
|
ReleaseStrategyAdapter(java.lang.Object object,
java.lang.String methodName)
|
Method Summary | |
---|---|
boolean |
canRelease(MessageGroup messages)
|
Methods inherited from class org.springframework.integration.aggregator.MessageListMethodAdapter |
---|
executeMethod, getMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReleaseStrategyAdapter(java.lang.Object object, java.lang.reflect.Method method)
public ReleaseStrategyAdapter(java.lang.Object object, java.lang.String methodName)
Method Detail |
---|
public boolean canRelease(MessageGroup messages)
canRelease
in interface ReleaseStrategy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |