public class FlowRefFactoryBean extends AbstractComponentFactory<Processor> implements org.springframework.context.ApplicationContextAware, MuleContextAware
| Constructor and Description |
|---|
FlowRefFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Processor |
doGetObject() |
protected Processor |
getReferencedFlow(String name,
org.mule.runtime.config.internal.factories.FlowRefFactoryBean.FlowRefMessageProcessor flowRefMessageProcessor) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setMuleContext(MuleContext context) |
void |
setName(String name) |
getObjectgetAnnotation, getAnnotations, getLocation, getRootContainerLocation, setAnnotationspublic void setName(String name)
public Processor doGetObject() throws Exception
doGetObject in class AbstractComponentFactory<Processor>Exceptionprotected Processor getReferencedFlow(String name, org.mule.runtime.config.internal.factories.FlowRefFactoryBean.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.BeansExceptionpublic void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwareCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.