public class TopLevelParameterObjectFactory extends AbstractExtensionObjectFactory<Object> implements org.mule.runtime.api.lifecycle.Lifecycle
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
CoreEvent 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 |
|---|---|
void |
dispose() |
Object |
doGetObject() |
void |
initialise() |
void |
setName(String name) |
void |
start() |
void |
stop() |
getParameters, getParametersResolver, resolveParameterGroups, resolveParameters, setParametersgetObjectgetAnnotation, getAnnotations, getLocation, getRootContainerName, setAnnotationspublic TopLevelParameterObjectFactory(org.mule.metadata.api.model.ObjectType type,
ClassLoader classLoader,
MuleContext muleContext)
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic Object doGetObject() throws Exception
doGetObject in class AbstractComponentFactory<Object>Exceptionpublic void setName(String name)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.