Class JcrResource


  • @Path("/jcr")
    @ApplicationScoped
    public class JcrResource
    extends Object
    • Field Detail

      • context

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

      • JcrResource

        public JcrResource()
    • Method Detail

      • loadComponentJcr

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