public class IrcProducer
extends org.apache.camel.support.DefaultProducer
| Constructor and Description |
|---|
IrcProducer(IrcEndpoint endpoint,
org.schwering.irc.lib.IRCConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
org.schwering.irc.lib.IRCEventAdapter |
getListener() |
protected boolean |
isMessageACommand(String msg) |
void |
process(org.apache.camel.Exchange exchange) |
void |
setListener(org.schwering.irc.lib.IRCEventAdapter listener) |
createExchange, getEndpoint, isSingleton, toStringbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final String[] COMMANDS
public IrcProducer(IrcEndpoint endpoint, org.schwering.irc.lib.IRCConnection connection)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultProducerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultProducerExceptionprotected boolean isMessageACommand(String msg)
public org.schwering.irc.lib.IRCEventAdapter getListener()
public void setListener(org.schwering.irc.lib.IRCEventAdapter listener)
Apache Camel