public class ExplicitMethodEntryPointResolverObjectFactory extends Object implements ObjectFactory<EntryPointResolver>
ObjectFactory for explicit method selection for Component configuration.| Constructor and Description |
|---|
ExplicitMethodEntryPointResolverObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
EntryPointResolver |
getObject() |
void |
setAcceptVoidMethods(boolean acceptVoidMethods) |
void |
setMethodEntryPoints(List<MethodEntryPoint> methodEntryPoints) |
public ExplicitMethodEntryPointResolverObjectFactory()
public EntryPointResolver getObject() throws Exception
getObject in interface ObjectFactory<EntryPointResolver>Exceptionpublic void setAcceptVoidMethods(boolean acceptVoidMethods)
acceptVoidMethods - true if void methods may be invoked, false otherwise.public void setMethodEntryPoints(List<MethodEntryPoint> methodEntryPoints)
methodEntryPoints - list of methods that may be resolved for execution.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.