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 ClassesModifier and TypeInterfaceDescriptionstatic enum
static class
-
Method Summary
Modifier and TypeMethodDescriptiongetDispatcher
(org.springframework.extensions.webscripts.WebScriptRequest req) void
registerDispatcher
(CMISDispatcherRegistry.Endpoint endpoint, CMISDispatcher dispatcher)
-
Method Details
-
registerDispatcher
-
getDispatcher
-