Modifier and Type | Method and Description |
---|---|
CallContext |
FilterCmisService.getCallContext()
Returns the current call context.
|
Modifier and Type | Method and Description |
---|---|
protected abstract FilterCmisService |
AbstractBridgeServiceFactory.createService(CallContext context)
Creates a new service instance.
|
CmisService |
AbstractBridgeServiceFactory.getService(CallContext context) |
void |
FilterCmisService.setCallContext(CallContext context)
Called at the beginning of a request.
|
void |
CachedBindingCmisService.setCallContext(CallContext context) |
Modifier and Type | Method and Description |
---|---|
static CmisBinding |
SimpleCmisBindingFactory.createCmisBinding(CallContext context,
Map<String,String> bindingParameters) |
Modifier and Type | Method and Description |
---|---|
protected FilterCmisService |
HttpSessionBridgeServiceFactory.createService(CallContext context) |
Modifier and Type | Method and Description |
---|---|
protected FilterCmisService |
LruCacheBridgeServiceFactory.createService(CallContext context) |
protected String |
CmisBindingCache.getCacheKey(CallContext context) |
CmisBinding |
CmisBindingCache.getCmisBinding(CallContext context) |
CmisBinding |
CmisBindingCache.putCmisBinding(CallContext context,
CmisBinding binding) |
Modifier and Type | Method and Description |
---|---|
abstract CmisService |
AbstractServiceFactory.getService(CallContext context) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableCallContext
Mutable CallContext.
|
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 |
CallContextWrapper
Provides a convenient implementation of the
CallContext interface that can be
subclassed by developers wishing to change, add, or hide call context data. |
class |
MutableCallContextWrapper
Provides a convenient implementation of the
MutableCallContext
interface that can be subclassed by developers wishing to change, add, or
hide call context data. |
Constructor and Description |
---|
CallContextWrapper(CallContext context) |
MutableCallContextWrapper(CallContext context) |
Modifier and Type | Method and Description |
---|---|
CallContext |
AbstractCmisServiceWrapper.getCallContext()
Gets the current call context.
|
CallContext |
CallContextAwareCmisService.getCallContext()
Returns the current call context.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCmisServiceWrapper.setCallContext(CallContext callContext)
Sets the call context and propagates it down to the next service wrapper
or service if it implements the
CallContextAwareCmisService
interface. |
void |
CallContextAwareCmisService.setCallContext(CallContext callContext)
Sets a new call context.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.