Class SchematronResource


  • @Path("/schematron")
    @ApplicationScoped
    public class SchematronResource
    extends Object
    • Field Detail

      • context

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

      • SchematronResource

        public SchematronResource()
    • Method Detail

      • loadComponentSchematron

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