public class FlowRefFactoryBean extends org.mule.runtime.dsl.api.component.AbstractComponentFactory<Processor> implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
FlowRefFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Processor |
doGetObject() |
protected Processor |
getReferencedFlow(String name,
FlowRefMessageProcessor flowRefMessageProcessor) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setName(String name) |
void |
setTarget(String target)
The variable where the result from this router should be stored.
|
void |
setTargetValue(String targetValue)
Defines the target value expression
|
getAnnotation, getAnnotations, getLocation, getRootContainerLocation, initRootContainerName, setAnnotationspublic void setName(String name)
public void setTarget(String target)
target - a variable name.public void setTargetValue(String targetValue)
targetValue - the target value expressionprotected Processor getReferencedFlow(String name, FlowRefMessageProcessor flowRefMessageProcessor) throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.