Class JoltResource


  • @Path("/jolt")
    @ApplicationScoped
    public class JoltResource
    extends Object
    • Field Detail

      • template

        @Inject
        org.apache.camel.ProducerTemplate template
    • Constructor Detail

      • JoltResource

        public JoltResource()
    • Method Detail

      • defaultr

        @Path("/defaultr")
        @PUT
        @Consumes("text/plain")
        @Produces("text/plain")
        public String defaultr​(String value)
      • removr

        @Path("/removr")
        @PUT
        @Consumes("text/plain")
        @Produces("text/plain")
        public String removr​(String value)
      • sample

        @Path("/sample")
        @PUT
        @Consumes("application/json")
        @Produces("application/json")
        public String sample​(String inputJson)
      • function

        @Path("/function")
        @PUT
        @Consumes("application/json")
        @Produces("application/json")
        public String function​(String inputJson)