public class DummyServicesFactory extends AbstractServiceFactory
| Constructor and Description |
|---|
DummyServicesFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Cleans up the the factory instance.
|
CmisService |
getService(CallContext context)
Returns a
CmisService object for the given CallContext. |
void |
init(Map<String,String> parameters)
Initializes the factory instance.
|
encryptTempFiles, getMaxContentSize, getMemoryThreshold, getTempDirectory, getTempFileOutputStreampublic void init(Map<String,String> parameters)
CmisServiceFactoryinit in interface CmisServiceFactoryinit in class AbstractServiceFactorypublic void destroy()
CmisServiceFactorydestroy in interface CmisServiceFactorydestroy in class AbstractServiceFactorypublic CmisService getService(CallContext context)
CmisServiceFactoryCmisService object for the given CallContext.
When the CmisService object is not longer needed
CmisService.close() will be called.getService in interface CmisServiceFactorygetService in class AbstractServiceFactorycontext - the call contextCmisService instance, never nullCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.