public class ResponseMessageProcessorsFactoryBean extends AbstractAnnotatedObject implements org.springframework.beans.factory.FactoryBean, MuleContextAware
| Modifier and Type | Field and Description |
|---|---|
protected List |
messageProcessors |
| Constructor and Description |
|---|
ResponseMessageProcessorsFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setMessageProcessors(List messageProcessors) |
void |
setMuleContext(MuleContext context) |
getAnnotation, getAnnotations, getIdentifier, getLocation, setAnnotationsprotected List messageProcessors
public ResponseMessageProcessorsFactoryBean()
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic void setMessageProcessors(List messageProcessors)
public Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwareCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.