Uses of Interface
org.apache.chemistry.opencmis.commons.server.CmisService

Packages that use CmisService
org.apache.chemistry.opencmis.commons.server OpenCMIS server interfaces. 
org.apache.chemistry.opencmis.server.shared   
org.apache.chemistry.opencmis.server.support   
 

Uses of CmisService in org.apache.chemistry.opencmis.commons.server
 

Methods in org.apache.chemistry.opencmis.commons.server that return CmisService
 CmisService CmisServiceFactory.getService(CallContext context)
          Returns a CmisService object for the given CallContext.
 

Uses of CmisService in org.apache.chemistry.opencmis.server.shared
 

Methods in org.apache.chemistry.opencmis.server.shared with parameters of type CmisService
 boolean Dispatcher.dispatch(String resource, String httpMethod, CallContext context, CmisService service, String repositoryId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Find the appropriate method an call it.
 

Uses of CmisService in org.apache.chemistry.opencmis.server.support
 

Classes in org.apache.chemistry.opencmis.server.support with type parameters of type CmisService
 class CmisServiceWrapper<T extends CmisService>
          Service wrapper.
 

Classes in org.apache.chemistry.opencmis.server.support that implement CmisService
 class CmisServiceWrapper<T extends CmisService>
          Service wrapper.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.