Package org.alfresco.opencmis
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
-
-
-
Method Detail
-
execute
void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
- Throws:
IOException
-
-