]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
cd3368e26ef016206bd8ff009da3cba3f9422e4b
[tmp/jakarta-migration.git] /
1 package org.collectionspace.services.common;\r
2 \r
3 import org.collectionspace.services.common.repository.DocumentHandler;\r
4 import org.collectionspace.services.common.NuxeoClientType;\r
5 \r
6 public interface CollectionSpaceHandlerFactory {\r
7     public DocumentHandler getHandler(String clientType) throws IllegalArgumentException;\r
8 }\r