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
    • headerSelector

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