public class TopLevelParameterObjectFactory extends AbstractExtensionObjectFactory<Object>
AbstractExtensionObjectFactory to resolve extension objects that can be defined as named top level elements and be
placed in the mule registry.
The objects are parsed as a ValueResolver. If that resolver is not static, then a value is obtained using a default
Event and that value is returned. Otherwise, the dynamic ValueResolver is returned instead.
muleContext, parameters, parametersResolver| Constructor and Description |
|---|
TopLevelParameterObjectFactory(org.mule.metadata.api.model.ObjectType type,
ClassLoader classLoader,
MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
doGetObject() |
getParameters, getParametersResolver, resolveParameterGroups, resolveParameters, setParametersgetAnnotation, getAnnotations, getLocation, getObject, setAnnotationspublic TopLevelParameterObjectFactory(org.mule.metadata.api.model.ObjectType type,
ClassLoader classLoader,
MuleContext muleContext)
public Object doGetObject() throws Exception
doGetObject in class AbstractAnnotatedObjectFactory<Object>ExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.