Interface ConfigRestService


@Path("/") public interface ConfigRestService
  • Method Details

    • read

      @POST @Path("/read.action") @Produces("application/xml") ConfigPropertyData read(@FormParam("path") String path, @FormParam("instance-id") String instanceId, @FormParam("last-revision") String lastRevision)