|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.server.impl.webservices.AbstractService
public abstract class AbstractService
This class contains operations used by all services.
Field Summary | |
---|---|
static String |
CALL_CONTEXT_MAP
|
Constructor Summary | |
---|---|
AbstractService()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CALL_CONTEXT_MAP
Constructor Detail |
---|
public AbstractService()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |