public class TransactionalMessageProcessorsFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected MessagingExceptionHandler |
exceptionListener |
protected List |
messageProcessors |
| Constructor and Description |
|---|
TransactionalMessageProcessorsFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected MuleTransactionConfig |
createTransactionConfig(String action) |
Object |
getObject() |
Class |
getObjectType() |
protected TransactionFactory |
getTransactionFactory() |
boolean |
isSingleton() |
void |
setAction(String action) |
void |
setExceptionListener(MessagingExceptionHandler exceptionListener) |
void |
setMessageProcessors(List messageProcessors) |
protected List messageProcessors
protected MessagingExceptionHandler exceptionListener
protected String action
public TransactionalMessageProcessorsFactoryBean()
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.FactoryBeanExceptionprotected TransactionFactory getTransactionFactory()
protected MuleTransactionConfig createTransactionConfig(String action)
public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void setExceptionListener(MessagingExceptionHandler exceptionListener)
public void setAction(String action)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.