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