org.apache.camel.component.irc
Class IrcProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer<IrcExchange>
org.apache.camel.component.irc.IrcProducer
- All Implemented Interfaces:
- Processor, Producer<IrcExchange>, Service
public class IrcProducer
- extends DefaultProducer<IrcExchange>
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
COMMANDS
public static final String[] COMMANDS
IrcProducer
public IrcProducer(IrcEndpoint endpoint,
org.schwering.irc.lib.IRCConnection connection)
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