Modifier and Type | Class and Description |
---|---|
class |
CachedBindingCmisService
Provides a framework to cache a
CmisBinding object for a
FilterCmisService . |
class |
FilterCmisService
Forwards incoming calls to a CMIS repository.
|
Modifier and Type | Method and Description |
---|---|
CmisService |
AbstractBridgeServiceFactory.getService(CallContext context) |
Modifier and Type | Class and Description |
---|---|
class |
HttpSessionCmisService
Uses HTTP sessions to cache
CmisBinding objects. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleForwardingCmisService
Very simple example of a concrete
FilterCmisService implementation. |
Modifier and Type | Class and Description |
---|---|
class |
LruCacheCmisService
Uses a LRU cache to cache
CmisBinding objects. |
Modifier and Type | Class and Description |
---|---|
class |
org.apache.chemistry.opencmis.commons.impl.server.AbstractCmisService |
Modifier and Type | Method and Description |
---|---|
CmisService |
CmisServiceFactory.getService(CallContext context)
Returns a
CmisService object for the given CallContext . |
Modifier and Type | Method and Description |
---|---|
boolean |
Dispatcher.dispatch(String resource,
String httpMethod,
CallContext context,
CmisService service,
String repositoryId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Find the appropriate method an call it.
|
Modifier and Type | Class and Description |
---|---|
class |
CmisServiceWrapper<T extends CmisService>
Service wrapper.
|
Modifier and Type | Class and Description |
---|---|
class |
CmisServiceWrapper<T extends CmisService>
Service wrapper.
|
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.