Package org.fcrepo.server.storage

Examples of org.fcrepo.server.storage.MockServiceDeploymentReader


        @Override
        public synchronized ServiceDeploymentReader getServiceDeploymentReader(
                boolean cachedObjectRequired, Context context, String pid)
                throws ServerException {
            calls++;
            return new MockServiceDeploymentReader(null) {
                @Override
                public DeploymentDSBindSpec getServiceDSInputSpec(Date versDateTime)
                        throws ServerException {
                    DeploymentDSBindSpec spec = new DeploymentDSBindSpec();
                    return spec;
View Full Code Here

TOP

Related Classes of org.fcrepo.server.storage.MockServiceDeploymentReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.