Class JasyptResource


  • @Path("/jasypt")
    @ApplicationScoped
    public class JasyptResource
    extends Object
    • Field Detail

      • context

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

      • JasyptResource

        public JasyptResource()
    • Method Detail

      • loadOtherJasypt

        @Path("/load/other/jasypt")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadOtherJasypt()
                                                  throws Exception
        Throws:
        Exception