public interface RepositoryServiceFactory
RepositoryService instances. Implementations must
 provide a no argument constructor.| Modifier and Type | Method and Description | 
|---|---|
RepositoryService | 
createRepositoryService(Map<?,?> parameters)
Create a new  
RepositoryService. | 
RepositoryService createRepositoryService(Map<?,?> parameters) throws javax.jcr.RepositoryException
RepositoryService. If the factory does not understand the
 passed parameters it must return null.parameters - implementation specific set of parametersRepositoryService instance or null.javax.jcr.RepositoryException - If there was an error creating the
     RepositoryService instanceCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.