public class SpringIntegrationConsumer
extends org.apache.camel.impl.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, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, handleException, handleException, setExceptionHandler, setRoute, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic SpringIntegrationConsumer(SpringIntegrationEndpoint endpoint, org.apache.camel.Processor processor)
public SpringIntegrationEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.impl.DefaultConsumerprotected void doStop()
               throws Exception
doStop in class org.apache.camel.impl.DefaultConsumerExceptionprotected void doStart()
                throws Exception
doStart in class org.apache.camel.impl.DefaultConsumerExceptionpublic void handleMessage(org.springframework.messaging.Message<?> siInMessage)
handleMessage in interface org.springframework.messaging.MessageHandlerApache Camel