public abstract class AbstractLocalService extends Object
Constructor and Description |
---|
AbstractLocalService() |
Modifier and Type | Method and Description |
---|---|
protected CallContext |
createCallContext(String repositoryId)
creates a local call context.
|
protected CmisService |
getService(String repositoryId) |
protected CmisServiceFactory |
getServiceFactory()
Gets the service factory.
|
protected BindingSession |
getSession()
Gets the current session.
|
protected void |
setServiceFactory(CmisServiceFactory factory)
Sets the service factory.
|
protected void |
setSession(BindingSession session)
Sets the current session.
|
protected boolean |
stopAfterService(CmisService service)
Determines if the processing should be stopped after the service method
is called.
|
protected boolean |
stopBeforeService(CmisService service)
Determines if the processing should be stopped before the service method
is called.
|
protected void setSession(BindingSession session)
protected BindingSession getSession()
protected void setServiceFactory(CmisServiceFactory factory)
protected CmisServiceFactory getServiceFactory()
protected boolean stopBeforeService(CmisService service)
true
if the processing should be stopped, false
otherwiseprotected boolean stopAfterService(CmisService service)
true
if the processing should be stopped, false
otherwiseprotected CallContext createCallContext(String repositoryId)
protected CmisService getService(String repositoryId)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.