public abstract class BaseSelectorProducer
extends org.apache.camel.impl.DefaultProducer
| Modifier | Constructor and Description |
|---|---|
protected |
BaseSelectorProducer(org.apache.camel.Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.camel.Processor |
getProcessor(org.apache.camel.Exchange exchange)
Determine the processor to use to handle the exchange.
|
protected abstract void |
onMissingProcessor(org.apache.camel.Exchange exchange)
Invoked when no processor has been defined to process the message exchnage.
|
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendprotected BaseSelectorProducer(org.apache.camel.Endpoint endpoint)
protected abstract org.apache.camel.Processor getProcessor(org.apache.camel.Exchange exchange)
throws Exception
exchange - the message exchangeExceptionApache Camel