1 package org.collectionspace.services.client;
3 import org.collectionspace.services.jaxb.AbstractCommonList;
9 * All clients returning AbstractCommonList types should extend this class.
13 public abstract class AbstractCommonListPoxServiceClientImpl<P extends CollectionSpaceCommonListPoxProxy>
14 extends AbstractPoxServiceClientImpl<AbstractCommonList, P> {
16 // All clients returning AbstractCommonList types should extend this class.