Uses of Class
org.apache.camel.component.irc.IrcEndpoint

Uses of IrcEndpoint in org.apache.camel.component.irc
 

Methods in org.apache.camel.component.irc that return IrcEndpoint
protected  IrcEndpoint IrcComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 

Constructors in org.apache.camel.component.irc with parameters of type IrcEndpoint
IrcConsumer(IrcEndpoint endpoint, Processor processor, org.schwering.irc.lib.IRCConnection connection)
           
IrcProducer(IrcEndpoint endpoint, org.schwering.irc.lib.IRCConnection connection)
           
 



Apache CAMEL