Class AccountLoader

    • Method Detail

      • getAccountService

        @Path("/")
        public Object getAccountService()
      • getVersionedAccountRestService

        @Path("{version : v\\d[0-9a-zA-Z_\\-]*}")
        @Produces("application/json")
        public Object getVersionedAccountRestService​(@PathParam("version")
                                                     String version)