org.mule.config.spring.factories
Class TransactionalMessageProcessorsFactoryBean

java.lang.Object
  extended by org.mule.config.spring.factories.TransactionalMessageProcessorsFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

public class TransactionalMessageProcessorsFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean


Field Summary
protected  String action
           
protected  MessagingExceptionHandler exceptionListener
           
protected  List messageProcessors
           
 
Constructor Summary
TransactionalMessageProcessorsFactoryBean()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageProcessors

protected List messageProcessors

exceptionListener

protected MessagingExceptionHandler exceptionListener

action

protected String action
Constructor Detail

TransactionalMessageProcessorsFactoryBean

public TransactionalMessageProcessorsFactoryBean()
Method Detail

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

setMessageProcessors

public void setMessageProcessors(List messageProcessors)

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

getTransactionFactory

protected TransactionFactory getTransactionFactory()

createTransactionConfig

protected MuleTransactionConfig createTransactionConfig(String action)

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean

setExceptionListener

public void setExceptionListener(MessagingExceptionHandler exceptionListener)

setAction

public void setAction(String action)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.