Class WorkdayResource


  • @Path("/workday")
    @ApplicationScoped
    public class WorkdayResource
    extends Object
    • Field Detail

      • context

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

      • WorkdayResource

        public WorkdayResource()
    • Method Detail

      • loadComponentWorkday

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