org.apache.camel.component.irc
Class IrcComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent
org.apache.camel.component.irc.IrcComponent
- All Implemented Interfaces:
- CamelContextAware, Component, Service, ShutdownableService
public class IrcComponent
- extends DefaultComponent
Defines the IRC Component
- Version:
- $Revision: 1049089 $
Methods inherited from class org.apache.camel.impl.DefaultComponent |
afterConfiguration, createEndpoint, doStart, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IrcComponent
public IrcComponent()
createEndpoint
public IrcEndpoint createEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
throws Exception
- Specified by:
createEndpoint
in class DefaultComponent
- Throws:
Exception
getIRCConnection
public org.schwering.irc.lib.IRCConnection getIRCConnection(IrcConfiguration configuration)
createConnection
protected org.schwering.irc.lib.IRCConnection createConnection(IrcConfiguration configuration)
closeConnection
public void closeConnection(String key,
org.schwering.irc.lib.IRCConnection connection)
doStop
protected void doStop()
throws Exception
- Overrides:
doStop
in class DefaultComponent
- Throws:
Exception
createIrcLogger
protected org.schwering.irc.lib.IRCEventListener createIrcLogger(String hostname)
Apache CAMEL