Interface CMISDispatcher

All Known Implementing Classes:
AtomPubCMISDispatcher, BrowserCMISDispatcher, CMISServletDispatcher, PublicApiAtomPubCMISDispatcher, PublicApiBrowserCMISDispatcher

public interface CMISDispatcher
Dispatches OpenCMIS requests to the appropriate handler.
Author:
steveglover
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
     
  • Method Details

    • execute

      void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
      Throws:
      IOException