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,
String repositoryId)
Creates a CallContext object for the Web Service context.
|
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, String repositoryId)
protected CmisService getService(javax.xml.ws.WebServiceContext wsContext, String repositoryId)
CmisService object.protected void closeService(CmisService service)
protected CmisException convertException(Exception ex)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.