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.CmisServiceFactorydestroy in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactoryAbstractServiceFactory.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.CmisServiceFactorygetService in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactoryAbstractServiceFactory.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.CmisServiceFactoryinit in class org.apache.chemistry.opencmis.commons.impl.server.AbstractServiceFactoryAbstractServiceFactory.init(java.util.Map)