public class IrcComponent
extends org.apache.camel.impl.DefaultComponent
| Constructor and Description |
|---|
IrcComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection(String key,
org.schwering.irc.lib.IRCConnection connection) |
protected org.schwering.irc.lib.IRCConnection |
createConnection(IrcConfiguration configuration) |
IrcEndpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected org.schwering.irc.lib.IRCEventListener |
createIrcLogger(String hostname) |
protected void |
doStop() |
org.schwering.irc.lib.IRCConnection |
getIRCConnection(IrcConfiguration configuration) |
protected String |
preProcessUri(String uri)
Deprecated.
|
afterConfiguration, createConfiguration, createEndpoint, doStart, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic IrcEndpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic org.schwering.irc.lib.IRCConnection getIRCConnection(IrcConfiguration configuration)
protected org.schwering.irc.lib.IRCConnection createConnection(IrcConfiguration configuration)
public void closeConnection(String key, org.schwering.irc.lib.IRCConnection connection)
protected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultComponentExceptionprotected org.schwering.irc.lib.IRCEventListener createIrcLogger(String hostname)
@Deprecated protected String preProcessUri(String uri)
preProcessUri in class org.apache.camel.impl.DefaultComponentApache Camel