public class ResponseMessageProcessorsFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
| 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) |
protected 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.FactoryBeanCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.