1 package org.collectionspace.services.client;
3 import javax.ws.rs.Consumes;
4 import javax.ws.rs.Path;
5 import javax.ws.rs.Produces;
9 @Path(OrgAuthorityClient.SERVICE_PATH + "/")
10 @Produces({"application/xml"})
11 @Consumes({"application/xml"})
12 public interface OrgAuthorityProxy extends AuthorityWithContactsProxy {