public abstract class AbstractService extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CALL_CONTEXT_MAP |
Constructor and Description |
---|
AbstractService() |
Modifier and Type | Method and Description |
---|---|
protected void |
closeService(CmisService service)
Closes the service instance.
|
protected CmisException |
convertException(Exception ex)
Converts a CMIS exception to the appropriate Web Service exception.
|
protected CallContext |
createContext(javax.xml.ws.WebServiceContext wsContext,
CmisServiceFactory factory,
String repositoryId)
Creates a CallContext object for the Web Service context.
|
protected CmisVersion |
getCmisVersion(javax.xml.ws.WebServiceContext wsContext)
Returns the CMIS version.
|
protected CmisService |
getService(javax.xml.ws.WebServiceContext wsContext,
String repositoryId)
Returns the
CmisService object. |
protected CmisServiceFactory |
getServiceFactory(javax.xml.ws.WebServiceContext wsContext)
Returns the services factory.
|
public static final String CALL_CONTEXT_MAP
protected CmisServiceFactory getServiceFactory(javax.xml.ws.WebServiceContext wsContext)
protected CallContext createContext(javax.xml.ws.WebServiceContext wsContext, CmisServiceFactory factory, String repositoryId)
protected CmisVersion getCmisVersion(javax.xml.ws.WebServiceContext wsContext)
protected CmisService getService(javax.xml.ws.WebServiceContext wsContext, String repositoryId)
CmisService
object.protected void closeService(CmisService service)
protected CmisException convertException(Exception ex)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.