org.mule.config.spring.factories
Class AbstractSelectiveRouterFactoryBean
java.lang.Object
org.mule.config.spring.factories.AbstractSelectiveRouterFactoryBean
- All Implemented Interfaces:
- AnnotatedObject, org.springframework.beans.factory.FactoryBean
- Direct Known Subclasses:
- ChoiceRouterFactoryBean
public abstract class AbstractSelectiveRouterFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean, AnnotatedObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.beans.factory.FactoryBean |
getObjectType |
AbstractSelectiveRouterFactoryBean
public AbstractSelectiveRouterFactoryBean()
setDefaultRoute
public void setDefaultRoute(MessageProcessorFilterPair conditionalProcessor)
setRoutes
public void setRoutes(Collection<MessageProcessorFilterPair> conditionalMessageProcessors)
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
newAbstractSelectiveRouter
protected abstract AbstractSelectiveRouter newAbstractSelectiveRouter()
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
getAnnotation
public final Object getAnnotation(QName name)
- Specified by:
getAnnotation in interface AnnotatedObject
getAnnotations
public final Map<QName,Object> getAnnotations()
- Specified by:
getAnnotations in interface AnnotatedObject
setAnnotations
public final void setAnnotations(Map<QName,Object> newAnnotations)
- Specified by:
setAnnotations in interface AnnotatedObject
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.