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, setSynchronizeCall
public void addMethod(String name)
public boolean removeMethod(String name)
public InvocationResult invoke(Object component, MuleEventContext context) throws Exception
Exception
public String toString()
toString
in class AbstractEntryPointResolver
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.