org.mule.config.spring.factories
Class CompositeMessageSourceFactoryBean

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

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


Field Summary
protected  List<MessageSource> sources
           
 
Constructor Summary
CompositeMessageSourceFactoryBean()
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setMessageSources(List<MessageSource> sources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sources

protected List<MessageSource> sources
Constructor Detail

CompositeMessageSourceFactoryBean

public CompositeMessageSourceFactoryBean()
Method Detail

getObjectType

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

setMessageSources

public void setMessageSources(List<MessageSource> sources)

getObject

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

isSingleton

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


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