类 SchematronResource


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

      • context

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

      • SchematronResource

        public SchematronResource()
    • 方法详细资料

      • loadComponentSchematron

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