Class MessageDispatcher
java.lang.Object
org.frankframework.management.bus.MessageDispatcher
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
public class MessageDispatcher
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static <E extends Enum<E>>
org.springframework.integration.core.MessageSelectorheaderSelector
(E enumType, String headerName) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setBeanFactory
(org.springframework.beans.factory.BeanFactory beanFactory) void
setPackageName
(String packageName)
-
Constructor Details
-
MessageDispatcher
public MessageDispatcher()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
headerSelector
-
setPackageName
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-