| 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  | 
AbstractCmisService  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract CmisService | 
AbstractServiceFactory.getService(CallContext context)  | 
| Modifier and Type | Method and Description | 
|---|---|
CmisService | 
CmisServiceFactory.getService(CallContext context)
Returns a  
CmisService object for the given CallContext. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CmisServiceWrapper<T extends CmisService>
Deprecated. 
 
use  
ConformanceCmisServiceWrapper instead | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CmisServiceWrapper<T extends CmisService>
Deprecated. 
 
use  
ConformanceCmisServiceWrapper instead | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CallContextAwareCmisService
Identifies a CMIS service object that can handle call contexts. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCmisServiceWrapper
An abstract CMIS service wrapper. 
 | 
class  | 
ConformanceCmisServiceWrapper
Service wrapper that checks in incoming calls for specification conformance. 
 | 
class  | 
SimpleLoggingCmisServiceWrapper
An abstract CMIS service wrapper. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CmisService | 
AbstractCmisServiceWrapper.getWrappedService()
Returns the wrapped service or the next service wrapper. 
 | 
CmisService | 
CmisServiceWrapperManager.wrap(CmisService service)
Wraps a service with all configured wrappers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CmisService | 
CmisServiceWrapperManager.wrap(CmisService service)
Wraps a service with all configured wrappers. 
 | 
| Constructor and Description | 
|---|
AbstractCmisServiceWrapper(CmisService service)  | 
ConformanceCmisServiceWrapper(CmisService service)
Constructor used by  
CmisServiceWrapperManager. | 
ConformanceCmisServiceWrapper(CmisService service,
                             BigInteger defaultTypesMaxItems,
                             BigInteger defaultTypesDepth,
                             BigInteger defaultMaxItems,
                             BigInteger defaultDepth)
Alternative constructor. 
 | 
SimpleLoggingCmisServiceWrapper(CmisService service)  | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.