Class IrcResource


  • @Path("/irc")
    @ApplicationScoped
    public class IrcResource
    extends Object
    • Field Detail

      • context

        @Inject
        org.apache.camel.CamelContext context
    • Constructor Detail

      • IrcResource

        public IrcResource()
    • Method Detail

      • loadComponentIrc

        @Path("/load/component/irc")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentIrc()
                                                   throws Exception
        Throws:
        Exception