public class MethodHeaderPropertyEntryPointResolver extends AbstractEntryPointResolver
logger, methodCache
Constructor and Description |
---|
MethodHeaderPropertyEntryPointResolver() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodProperty() |
InvocationResult |
invoke(Object component,
MuleEventContext context) |
void |
setMethodProperty(String methodProperty) |
String |
toString() |
protected void |
validateMethod(Object component,
Method method)
This method can be used to validate that the method exists and is allowed to
be executed.
|
addMethodByArguments, addMethodByName, getCacheKeyForPayload, getMethodByArguments, getMethodByName, getPayloadFromMessage, invokeMethod, isAcceptVoidMethods, isTransformFirst, setAcceptVoidMethods, setTransformFirst
public MethodHeaderPropertyEntryPointResolver()
public String getMethodProperty()
public void setMethodProperty(String methodProperty)
public InvocationResult invoke(Object component, MuleEventContext context) throws Exception
Exception
protected void validateMethod(Object component, Method method) throws NoSuchMethodException
NoSuchMethodException
public String toString()
toString
in class AbstractEntryPointResolver
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.