public class MinaProducer
extends org.apache.camel.impl.DefaultProducer
implements org.apache.camel.ServicePoolAware
Producer implementation for MINA| Constructor and Description |
|---|
MinaProducer(MinaEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doProcess(org.apache.camel.Exchange exchange) |
protected void |
doStart() |
protected void |
doStop() |
MinaEndpoint |
getEndpoint() |
boolean |
isSingleton() |
protected void |
maybeDisconnectOnDone(org.apache.camel.Exchange exchange) |
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic MinaProducer(MinaEndpoint endpoint)
public MinaEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.impl.DefaultProducerpublic boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonisSingleton in class org.apache.camel.impl.DefaultProducerpublic void process(org.apache.camel.Exchange exchange)
throws Exception
process in interface org.apache.camel.ProcessorExceptionprotected void doProcess(org.apache.camel.Exchange exchange)
throws Exception
Exceptionprotected void maybeDisconnectOnDone(org.apache.camel.Exchange exchange)
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultProducerExceptionApache Camel