Class Web3jResource


  • @Path("/web3j")
    @ApplicationScoped
    public class Web3jResource
    extends Object
    • Field Detail

      • context

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

      • Web3jResource

        public Web3jResource()
    • Method Detail

      • loadComponentWeb3j

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