Class MiloResource


  • @Path("/milo")
    @ApplicationScoped
    public class MiloResource
    extends Object
    • Field Detail

      • context

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

      • MiloResource

        public MiloResource()
    • Method Detail

      • loadComponentMiloClient

        @Path("/load/component/milo-client")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentMiloClient()
                                                          throws Exception
        Throws:
        Exception
      • loadComponentMiloServer

        @Path("/load/component/milo-server")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentMiloServer()
                                                          throws Exception
        Throws:
        Exception