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

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

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

Methods in org.apache.chemistry.opencmis.commons.server with parameters of type CallContext
 CmisService CmisServiceFactory.getService(CallContext context)
          Returns a CmisService object for the given CallContext.
 

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

Methods in org.apache.chemistry.opencmis.server.shared that return CallContext
static CallContext HttpUtils.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext servletContext, java.lang.String binding, CallContextHandler callContextHandler)
          Creates a CallContext object from a servlet request.
 

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



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