public class SpringIntegrationConsumer
extends org.apache.camel.support.DefaultConsumer
implements org.springframework.messaging.MessageHandler
| Constructor and Description | 
|---|
| SpringIntegrationConsumer(SpringIntegrationEndpoint endpoint,
                         org.apache.camel.Processor processor) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doStart() | 
| protected void | doStop() | 
| SpringIntegrationEndpoint | getEndpoint() | 
| void | handleMessage(org.springframework.messaging.Message<?> siInMessage) | 
createUoW, doInit, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, getRouteId, handleException, handleException, setExceptionHandler, setRoute, setRouteId, toStringbuild, doBuild, doFail, 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 SpringIntegrationConsumer(SpringIntegrationEndpoint endpoint, org.apache.camel.Processor processor)
public SpringIntegrationEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultConsumerprotected void doStop()
               throws Exception
doStop in class org.apache.camel.support.DefaultConsumerExceptionprotected void doStart()
                throws Exception
doStart in class org.apache.camel.support.DefaultConsumerExceptionpublic void handleMessage(org.springframework.messaging.Message<?> siInMessage)
handleMessage in interface org.springframework.messaging.MessageHandlerApache Camel