org.alfresco.opencmis
Class OpenCmisLocalTest.TestCmisServiceFactory

java.lang.Object
  extended by org.alfresco.opencmis.OpenCmisLocalTest.TestCmisServiceFactory
All Implemented Interfaces:
org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
Enclosing class:
OpenCmisLocalTest

public static class OpenCmisLocalTest.TestCmisServiceFactory
extends java.lang.Object
implements org.apache.chemistry.opencmis.commons.server.CmisServiceFactory

Test class to provide the service factory

Since:
4.0

Constructor Summary
OpenCmisLocalTest.TestCmisServiceFactory()
           
 
Method Summary
 void destroy()
           
 org.apache.chemistry.opencmis.commons.server.CmisService getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
           
 void init(java.util.Map parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenCmisLocalTest.TestCmisServiceFactory

public OpenCmisLocalTest.TestCmisServiceFactory()
Method Detail

init

public void init(java.util.Map parameters)
Specified by:
init in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory

destroy

public void destroy()
Specified by:
destroy in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory

getService

public org.apache.chemistry.opencmis.commons.server.CmisService getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
Specified by:
getService in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.