public class ComponentProxyProducer
extends org.apache.camel.impl.DefaultAsyncProducer
Producer which is capable of performing before and after custom processing
via the Pipelinewhile processing (ie sending the message).| Constructor and Description |
|---|
ComponentProxyProducer(org.apache.camel.Endpoint endpoint,
org.apache.camel.Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doResume() |
protected void |
doShutdown() |
protected void |
doStart() |
protected void |
doStop() |
protected void |
doSuspend() |
boolean |
process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
createExchange, createExchange, createExchange, getEndpoint, isSingleton, toStringgetStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic ComponentProxyProducer(org.apache.camel.Endpoint endpoint,
org.apache.camel.Processor processor)
public boolean process(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback)
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultProducerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultProducerExceptionprotected void doSuspend()
throws Exception
doSuspend in class org.apache.camel.support.ServiceSupportExceptionprotected void doResume()
throws Exception
doResume in class org.apache.camel.support.ServiceSupportExceptionCopyright © 2016–2019 Red Hat. All rights reserved.