public interface CRUD<C,D>
C create(String json) throws WebServiceException
WebServiceExceptionString read(String name) throws WebServiceException
WebServiceExceptionString update(String name, String json) throws WebServiceException
WebServiceExceptionD delete(String name) throws WebServiceException
WebServiceExceptionCopyright © 2019. All Rights Reserved.