public class ExplicitMethodEntryPointResolver extends AbstractEntryPointResolver
| Constructor and Description |
|---|
ExplicitMethodEntryPointResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(String name) |
InvocationResult |
invoke(Object component,
MuleEventContext context) |
boolean |
removeMethod(String name) |
void |
setMethods(Set<String> methods) |
String |
toString() |
addMethodByArguments, addMethodByName, getCacheKeyForPayload, getMethodByArguments, getMethodByName, getMethodCache, getPayloadFromMessage, invokeMethod, isAcceptVoidMethods, isSynchronizeCall, setAcceptVoidMethods, setSynchronizeCallpublic void addMethod(String name)
public boolean removeMethod(String name)
public InvocationResult invoke(Object component, MuleEventContext context) throws Exception
Exceptionpublic String toString()
toString in class AbstractEntryPointResolverCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.