Class InfinispanUtil
- java.lang.Object
-
- org.apache.camel.component.infinispan.InfinispanUtil
-
public class InfinispanUtil extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInfinispanUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisHeaderEmpty(org.apache.camel.Message message, String header)static booleanisInHeaderEmpty(org.apache.camel.Exchange exchange, String header)static PropertiesloadProperties(org.apache.camel.CamelContext camelContext, String uri)static ScheduledExecutorServicenewSingleThreadScheduledExecutor(org.apache.camel.CamelContextAware camelContextAware, Object source)static ScheduledExecutorServicenewSingleThreadScheduledExecutor(org.apache.camel.CamelContextAware camelContextAware, Object source, String id)static ScheduledExecutorServicenewSingleThreadScheduledExecutor(org.apache.camel.CamelContext camelContext, Object source)static ScheduledExecutorServicenewSingleThreadScheduledExecutor(org.apache.camel.CamelContext camelContext, Object source, String id)static InputStreamopenInputStream(org.apache.camel.CamelContext camelContext, String uri)
-
-
-
Method Detail
-
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)
-
-