Package | Description |
---|---|
org.apache.chemistry.opencmis.bridge | |
org.apache.chemistry.opencmis.bridge.httpsession | |
org.apache.chemistry.opencmis.bridge.httpsession.sample | |
org.apache.chemistry.opencmis.bridge.lrucache | |
org.apache.chemistry.opencmis.commons.impl.server | |
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
org.apache.chemistry.opencmis.server.support.wrapper |
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 |
---|---|
abstract RelationshipService |
FilterCmisService.getRelationshipService()
Returns a client relationship service.
|
RelationshipService |
CachedBindingCmisService.getRelationshipService() |
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 | Interface and Description |
---|---|
interface |
CmisService
OpenCMIS server interface.
|
interface |
ProgressControlCmisService
CmisService classes that implement this interface can control whether the
server framework continues or stops processing of the request.
|
Modifier and Type | Method and Description |
---|---|
RelationshipService |
CmisBinding.getRelationshipService()
Gets a Relationship Service interface object.
|
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 |
AbstractBindingCmisServiceWrapper
This abstract service wrapper is intended for manipulating and replacing
server responses.
|
class |
AbstractCmisServiceWrapper
An abstract CMIS service wrapper.
|
class |
ConformanceCmisServiceWrapper
Service wrapper that checks in incoming calls for specification conformance.
|
class |
SimpleLoggingCmisServiceWrapper
A simple CMIS service wrapper that logs CMIS calls.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.