org.mule.config.spring.factories
Class ScatterGatherRouterFactoryBean

java.lang.Object
  extended by org.mule.config.spring.factories.ScatterGatherRouterFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<ScatterGatherRouter>

public class ScatterGatherRouterFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<ScatterGatherRouter>


Constructor Summary
ScatterGatherRouterFactoryBean()
           
 
Method Summary
 ScatterGatherRouter getObject()
           
 Class<?> getObjectType()
           
 ThreadingProfile getThreadingProfile()
           
 boolean isSingleton()
           
 void setAggregationStrategy(AggregationStrategy aggregationStrategy)
           
 void setMessageProcessors(List<MessageProcessor> messageProcessors)
           
 void setThreadingProfile(ThreadingProfile threadingProfile)
           
 void setTimeout(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScatterGatherRouterFactoryBean

public ScatterGatherRouterFactoryBean()
Method Detail

getObject

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

getObjectType

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

isSingleton

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

setMessageProcessors

public void setMessageProcessors(List<MessageProcessor> messageProcessors)

setTimeout

public void setTimeout(long timeout)

setAggregationStrategy

public void setAggregationStrategy(AggregationStrategy aggregationStrategy)

getThreadingProfile

public ThreadingProfile getThreadingProfile()

setThreadingProfile

public void setThreadingProfile(ThreadingProfile threadingProfile)


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