public class MethodInvokerMethodInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
MethodInterceptor
that, given a map of method names and
MethodInvoker
s, will execute all methods tied to a particular method
name, with the provided arguments. The only possible return value that is
handled is of type ExitStatus, since the only StepListener implementation
that isn't void is
StepExecutionListener.afterStep(org.springframework.batch.core.StepExecution)
, which returns ExitStatus.MethodInvoker
Constructor and Description |
---|
MethodInvokerMethodInterceptor(Map<String,Set<MethodInvoker>> invokerMap) |
MethodInvokerMethodInterceptor(Map<String,Set<MethodInvoker>> invokerMap,
boolean ordered) |
public MethodInvokerMethodInterceptor(Map<String,Set<MethodInvoker>> invokerMap)
public MethodInvokerMethodInterceptor(Map<String,Set<MethodInvoker>> invokerMap, boolean ordered)
Copyright © 2014 Pivotal. All rights reserved.