Class CryptoResource


  • @Path("/crypto")
    @ApplicationScoped
    public class CryptoResource
    extends Object
    • Field Detail

      • context

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

      • CryptoResource

        public CryptoResource()
    • Method Detail

      • loadComponentCrypto

        @Path("/load/component/crypto")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentCrypto()
                                                      throws Exception
        Throws:
        Exception
      • loadDataformatCrypto

        @Path("/load/dataformat/crypto")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadDataformatCrypto()
                                                       throws Exception
        Throws:
        Exception
      • loadDataformatPgp

        @Path("/load/dataformat/pgp")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadDataformatPgp()
                                                    throws Exception
        Throws:
        Exception