Class XjResource


  • @Path("/xj")
    @ApplicationScoped
    public class XjResource
    extends Object
    • Field Detail

      • context

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

      • XjResource

        public XjResource()
    • Method Detail

      • loadComponentXj

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