org.apache.camel.component.irc
Class IrcProducer

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

public class IrcProducer
extends DefaultProducer<IrcExchange>


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, toString
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, 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
 

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<IrcExchange>
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class DefaultProducer<IrcExchange>
Throws:
Exception

isMessageACommand

protected boolean isMessageACommand(String msg)

createIrcErrorLogger

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


Apache CAMEL