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:
- Component, Service
public class IrcComponent
- extends DefaultComponent
Defines the IRC Component
- Version:
- $Revision: 791762 $
Methods inherited from class org.apache.camel.impl.DefaultComponent |
convertTo, createEndpoint, createScheduledExecutorService, doStart, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExecutorService, getScheduledExecutorService, ifStartsWithReturnRemainder, lookup, lookup, mandatoryConvertTo, mandatoryLookup, mandatoryLookup, newInstance, setCamelContext, setExecutorService, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURI |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IrcComponent
public IrcComponent()
IrcComponent
public IrcComponent(IrcConfiguration configuration)
IrcComponent
public IrcComponent(CamelContext context)
createEndpoint
protected IrcEndpoint createEndpoint(String uri,
String remaining,
Map 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
getConfiguration
public IrcConfiguration getConfiguration()
setConfiguration
public void setConfiguration(IrcConfiguration configuration)
Apache CAMEL