类 WorkdayResource


  • @Path("/workday")
    @ApplicationScoped
    public class WorkdayResource
    extends Object
    • 字段详细资料

      • context

        @Inject
        org.apache.camel.CamelContext context
    • 构造器详细资料

      • WorkdayResource

        public WorkdayResource()
    • 方法详细资料

      • loadComponentWorkday

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