org.apache.camel.component.cache
Class CacheEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.cache.CacheEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton
public class CacheEndpoint
- extends DefaultEndpoint
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, createScheduledExecutorService, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, getScheduledExecutorService, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString |
CacheEndpoint
public CacheEndpoint(String endpointUri,
Component component,
CacheConfiguration config)
createConsumer
public Consumer createConsumer(Processor processor)
throws Exception
- Throws:
Exception
createProducer
public Producer createProducer()
throws Exception
- Throws:
Exception
isSingleton
public boolean isSingleton()
getConfig
public CacheConfiguration getConfig()
setConfig
public void setConfig(CacheConfiguration config)
createCacheExchange
public Exchange createCacheExchange(String operation,
String key,
Object value)
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.