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 Modifier and Type Method Description IrcEndpoint
IrcComponent. createEndpoint(String uri, String remaining, Map<String,Object> parameters)
IrcEndpoint
IrcProducer. getEndpoint()
Constructors in org.apache.camel.component.irc with parameters of type IrcEndpoint Constructor Description IrcConsumer(IrcEndpoint endpoint, org.apache.camel.Processor processor, org.schwering.irc.lib.IRCConnection connection)
IrcProducer(IrcEndpoint endpoint)
-