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 Details

    • MessageDispatcher

      public MessageDispatcher()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • hostSelector

      public org.springframework.integration.core.MessageSelector hostSelector()
      Matches when no host was provided or when the host header matches.
    • headerSelector

      public static <E extends Enum<E>> org.springframework.integration.core.MessageSelector headerSelector(E enumType, String headerName)
    • setPackageName

      public void setPackageName(String packageName)
    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware