public class IrcProducer
extends org.apache.camel.impl.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, createExchange, createExchange, getEndpoint, isSingleton, toString
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend
public 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.impl.DefaultProducer
Exception
protected void doStop() throws Exception
doStop
in class org.apache.camel.impl.DefaultProducer
Exception
protected boolean isMessageACommand(String msg)
public org.schwering.irc.lib.IRCEventAdapter getListener()
public void setListener(org.schwering.irc.lib.IRCEventAdapter listener)
Apache Camel