org.apache.camel.component.mina
Class MinaConsumer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultConsumer<MinaExchange>
          extended by org.apache.camel.component.mina.MinaConsumer
All Implemented Interfaces:
org.apache.camel.Consumer<MinaExchange>, org.apache.camel.Service

public class MinaConsumer
extends org.apache.camel.impl.DefaultConsumer<MinaExchange>

A

Version:
$Revision: 563665 $

Constructor Summary
MinaConsumer(MinaEndpoint endpoint, org.apache.camel.Processor processor)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 
Methods inherited from class org.apache.camel.impl.DefaultConsumer
getEndpoint, getExceptionHandler, getProcessor, handleException, setExceptionHandler, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, removeChildService, 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

MinaConsumer

public MinaConsumer(MinaEndpoint endpoint,
                    org.apache.camel.Processor processor)
Method Detail

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class org.apache.camel.impl.DefaultConsumer<MinaExchange>
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class org.apache.camel.impl.DefaultConsumer<MinaExchange>
Throws:
Exception


Copyright © 2007 Apache Software Foundation. All Rights Reserved.