public class ExplicitMethodEntryPointResolverObjectFactory extends AbstractAnnotatedObjectFactory<EntryPointResolver>
ObjectFactory for explicit method selection for Component configuration.| Constructor and Description |
|---|
ExplicitMethodEntryPointResolverObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
EntryPointResolver |
doGetObject() |
void |
setAcceptVoidMethods(boolean acceptVoidMethods) |
void |
setMethodEntryPoints(List<MethodEntryPoint> methodEntryPoints) |
getAnnotation, getAnnotations, getLocation, getObject, setAnnotationspublic ExplicitMethodEntryPointResolverObjectFactory()
public 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.public EntryPointResolver doGetObject() throws Exception
doGetObject in class AbstractAnnotatedObjectFactory<EntryPointResolver>ExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.