org.apache.camel.component.irc
Class IrcProducer

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultProducer
          extended by org.apache.camel.component.irc.IrcProducer
All Implemented Interfaces:
IsSingleton, Processor, Producer, Service

public class IrcProducer
extends DefaultProducer


Field Summary
static String[] COMMANDS
           
 
Constructor Summary
IrcProducer(IrcEndpoint endpoint, org.schwering.irc.lib.IRCConnection connection)
           
 
Method Summary
protected  org.schwering.irc.lib.IRCEventListener createIrcErrorLogger()
           
protected  void doStart()
           
protected  void doStop()
           
protected  boolean isMessageACommand(String msg)
           
 void process(Exchange exchange)
           
 
Methods inherited from class org.apache.camel.impl.DefaultProducer
createExchange, createExchange, createExchange, getEndpoint, isSingleton, 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
 

Field Detail

COMMANDS

public static final String[] COMMANDS
Constructor Detail

IrcProducer

public IrcProducer(IrcEndpoint endpoint,
                   org.schwering.irc.lib.IRCConnection connection)
Method Detail

process

public void process(Exchange exchange)
             throws Exception
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

isMessageACommand

protected boolean isMessageACommand(String msg)

createIrcErrorLogger

protected org.schwering.irc.lib.IRCEventListener createIrcErrorLogger()


Apache CAMEL