public class InterceptingMessageProcessorHandler extends Object
| Constructor and Description |
|---|
InterceptingMessageProcessorHandler(Object messageProcessor) |
| Modifier and Type | Method and Description |
|---|---|
protected net.sf.cglib.proxy.MethodProxy |
buildMethodProxy() |
Object |
invokeProcessNext(org.mule.api.MuleEvent event)
Handles the call to invokeProcessNext method in the provided message processor.
|
boolean |
shouldHandle()
Validate if the message processor should be handle by this class
|
public InterceptingMessageProcessorHandler(Object messageProcessor)
public boolean shouldHandle()
public Object invokeProcessNext(org.mule.api.MuleEvent event) throws Throwable
event - the event to processThrowableprotected net.sf.cglib.proxy.MethodProxy buildMethodProxy()
Copyright © 2017. All rights reserved.