1 package org.collectionspace.services.client;
\r
3 import org.collectionspace.services.jaxb.AbstractCommonList;
\r
4 import org.jboss.resteasy.client.ClientResponse;
\r
6 public abstract class AbstractCommonListPoxServiceClientImpl<P
\r
7 extends CollectionSpaceCommonListPoxProxy> extends
\r
8 AbstractPoxServiceClientImpl<AbstractCommonList, P> {
\r
11 * Proxied service calls.
\r
16 * @see org.collectionspace.hello.client.IntakeProxy#getIntake()
\r
18 public ClientResponse<AbstractCommonList> readList() {
\r
19 return getProxy().readList();
\r
25 * @see org.collectionspace.hello.client.IntakeProxy#getIntake(java.lang.String)
\r
28 public ClientResponse<String> read(String csid) {
\r
29 return getProxy().read(csid);
\r