org.apache.camel.component.mina
Class MinaProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer
          extended by 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 $

Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultProducer
log
 
Constructor Summary
MinaProducer(MinaEndpoint endpoint)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 boolean isSingleton()
           
 void process(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, getEndpoint, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, doShutdown, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, shutdown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Constructor Detail

MinaProducer

public MinaProducer(MinaEndpoint endpoint)
Method Detail

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.