public class CmsCmisServiceFactory extends org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
LOG
The logger for this class.
|
Constructor and Description |
---|
CmsCmisServiceFactory() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
org.apache.chemistry.opencmis.commons.server.CmisService |
getService(org.apache.chemistry.opencmis.commons.server.CallContext context) |
void |
init(java.util.Map<java.lang.String,java.lang.String> parameters) |
protected static final org.apache.commons.logging.Log LOG
public CmsCmisServiceFactory()
public void destroy()
destroy
in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
destroy
in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
AbstractServiceFactory.destroy()
public org.apache.chemistry.opencmis.commons.server.CmisService getService(org.apache.chemistry.opencmis.commons.server.CallContext context)
getService
in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
getService
in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
AbstractServiceFactory.getService(org.apache.chemistry.opencmis.commons.server.CallContext)
public void init(java.util.Map<java.lang.String,java.lang.String> parameters)
init
in interface org.apache.chemistry.opencmis.commons.server.CmisServiceFactory
init
in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactory
AbstractServiceFactory.init(java.util.Map)