类 SchematronResource

java.lang.Object
org.apache.camel.quarkus.component.schematron.it.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 jakarta.ws.rs.core.Response loadComponentSchematron() throws Exception
      抛出:
      Exception