org.apache.camel.component.irc
Class IrcComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent
          extended by org.apache.camel.component.irc.IrcComponent
All Implemented Interfaces:
Component, Service

public class IrcComponent
extends DefaultComponent

Defines the IRC Component

Version:
$Revision: 791762 $

Constructor Summary
IrcComponent()
           
IrcComponent(CamelContext context)
           
IrcComponent(IrcConfiguration configuration)
           
 
Method Summary
 void closeConnection(String key, org.schwering.irc.lib.IRCConnection connection)
           
protected  org.schwering.irc.lib.IRCConnection createConnection(IrcConfiguration configuration)
           
protected  IrcEndpoint createEndpoint(String uri, String remaining, Map parameters)
           
protected  void doStop()
           
 IrcConfiguration getConfiguration()
           
 org.schwering.irc.lib.IRCConnection getIRCConnection(IrcConfiguration configuration)
           
 void setConfiguration(IrcConfiguration configuration)
           
 
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
 

Constructor Detail

IrcComponent

public IrcComponent()

IrcComponent

public IrcComponent(IrcConfiguration configuration)

IrcComponent

public IrcComponent(CamelContext context)
Method Detail

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