Class InfinispanUtil

java.lang.Object
org.apache.camel.component.infinispan.InfinispanUtil

public class InfinispanUtil extends Object
  • Constructor Details

    • InfinispanUtil

      protected InfinispanUtil()
  • Method Details

    • isInHeaderEmpty

      public static boolean isInHeaderEmpty(org.apache.camel.Exchange exchange, String header)
    • isHeaderEmpty

      public static boolean isHeaderEmpty(org.apache.camel.Message message, String header)
    • loadProperties

      public static Properties loadProperties(org.apache.camel.CamelContext camelContext, String uri) throws Exception
      Throws:
      Exception
    • openInputStream

      public static InputStream openInputStream(org.apache.camel.CamelContext camelContext, String uri) throws Exception
      Throws:
      Exception
    • newSingleThreadScheduledExecutor

      public static ScheduledExecutorService newSingleThreadScheduledExecutor(org.apache.camel.CamelContext camelContext, Object source)
    • newSingleThreadScheduledExecutor

      public static ScheduledExecutorService newSingleThreadScheduledExecutor(org.apache.camel.CamelContextAware camelContextAware, Object source)
    • newSingleThreadScheduledExecutor

      public static ScheduledExecutorService newSingleThreadScheduledExecutor(org.apache.camel.CamelContext camelContext, Object source, String id)
    • newSingleThreadScheduledExecutor

      public static ScheduledExecutorService newSingleThreadScheduledExecutor(org.apache.camel.CamelContextAware camelContextAware, Object source, String id)