Class SchematronResource

java.lang.Object
org.apache.camel.quarkus.component.schematron.it.SchematronResource

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

    • context

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

    • SchematronResource

      public SchematronResource()
  • Method Details

    • loadComponentSchematron

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