public class EhcacheProducer
extends org.apache.camel.support.HeaderSelectorProducer
| Constructor and Description |
|---|
EhcacheProducer(EhcacheEndpoint endpoint,
String cacheName,
EhcacheConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClear(org.apache.camel.Message message) |
void |
onGet(org.apache.camel.Message message) |
void |
onGetAll(org.apache.camel.Message message) |
void |
onPut(org.apache.camel.Message message) |
void |
onPutAll(org.apache.camel.Message message) |
void |
onPutIfAbsent(org.apache.camel.Message message) |
void |
onRemove(org.apache.camel.Message message) |
void |
onRemoveAll(org.apache.camel.Message message) |
void |
onReplace(org.apache.camel.Message message) |
bind, doStart, getProcessor, onMissingProcessorcreateExchange, doStop, getEndpoint, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic EhcacheProducer(EhcacheEndpoint endpoint, String cacheName, EhcacheConfiguration configuration) throws Exception
ExceptionApache Camel