Class ChatscriptResource


  • @Path("/chatscript")
    @ApplicationScoped
    public class ChatscriptResource
    extends Object
    • Field Detail

      • context

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

      • ChatscriptResource

        public ChatscriptResource()
    • Method Detail

      • loadComponentChatscript

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