Package org.alfresco.opencmis
Interface CMISDispatcher
-
- All Known Implementing Classes:
AtomPubCMISDispatcher,BrowserCMISDispatcher,CMISServletDispatcher,PublicApiAtomPubCMISDispatcher,PublicApiBrowserCMISDispatcher
public interface CMISDispatcherDispatches OpenCMIS requests to the appropriate handler.- Author:
- steveglover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(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
-
-