org.apache.camel.component.irc
Class IrcConsumer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultConsumer
          extended by org.apache.camel.component.irc.IrcConsumer
All Implemented Interfaces:
Consumer, Service

public class IrcConsumer
extends DefaultConsumer


Constructor Summary
IrcConsumer(IrcEndpoint endpoint, Processor processor, org.schwering.irc.lib.IRCConnection connection)
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 org.schwering.irc.lib.IRCConnection getConnection()
           
 
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, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, 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

IrcConsumer

public IrcConsumer(IrcEndpoint endpoint,
                   Processor processor,
                   org.schwering.irc.lib.IRCConnection connection)
Method Detail

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class DefaultConsumer
Throws:
Exception

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class DefaultConsumer
Throws:
Exception

getConnection

public org.schwering.irc.lib.IRCConnection getConnection()


Apache CAMEL