Package org.alfresco.opencmis
Interface CMISDispatcherRegistry
-
- All Known Implementing Classes:
CMISDispatcherRegistryImpl
public interface CMISDispatcherRegistryA registry of OpenCMIS bindings to dispatchers.- Author:
- steveglover
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCMISDispatcherRegistry.Bindingstatic classCMISDispatcherRegistry.Endpoint
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CMISDispatchergetDispatcher(org.springframework.extensions.webscripts.WebScriptRequest req)voidregisterDispatcher(CMISDispatcherRegistry.Endpoint endpoint, CMISDispatcher dispatcher)
-
-
-
Method Detail
-
registerDispatcher
void registerDispatcher(CMISDispatcherRegistry.Endpoint endpoint, CMISDispatcher dispatcher)
-
getDispatcher
CMISDispatcher getDispatcher(org.springframework.extensions.webscripts.WebScriptRequest req)
-
-