1 package org.collectionspace.services.common;
\r
3 import org.collectionspace.services.common.repository.DocumentHandler;
\r
4 import org.collectionspace.services.common.NuxeoClientType;
\r
6 public interface CollectionSpaceHandlerFactory {
\r
7 public DocumentHandler getHandler(String clientType) throws IllegalArgumentException;
\r