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, setTransformFirstpublic MethodHeaderPropertyEntryPointResolver()
public String getMethodProperty()
public void setMethodProperty(String methodProperty)
public InvocationResult invoke(Object component, MuleEventContext context) throws Exception
Exceptionprotected void validateMethod(Object component, Method method) throws NoSuchMethodException
NoSuchMethodExceptionpublic String toString()
toString in class AbstractEntryPointResolverCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.