org.apache.camel.component.mina
Class MinaProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.mina.MinaProducer
- All Implemented Interfaces:
- IsSingleton, Processor, Producer, Service, ServicePoolAware, ShutdownableService
public class MinaProducer
- extends DefaultProducer
- implements ServicePoolAware
A Producer implementation for MINA
- Version:
- $Revision: 20195 $
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop |
MinaProducer
public MinaProducer(MinaEndpoint endpoint)
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface IsSingleton- Overrides:
isSingleton in class DefaultProducer
process
public void process(Exchange exchange)
throws Exception
- Specified by:
process in interface Processor
- Throws:
Exception
doStart
protected void doStart()
throws Exception
- Overrides:
doStart in class DefaultProducer
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Overrides:
doStop in class DefaultProducer
- Throws:
Exception
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.