Package org.alfresco.opencmis
Class CMISDispatcherRegistryImpl
java.lang.Object
org.alfresco.opencmis.CMISDispatcherRegistryImpl
- All Implemented Interfaces:
CMISDispatcherRegistry
A registry of OpenCMIS bindings to dispatchers.
- Author:
- steveglover
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.opencmis.CMISDispatcherRegistry
CMISDispatcherRegistry.Binding, CMISDispatcherRegistry.Endpoint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDispatcher(org.springframework.extensions.webscripts.WebScriptRequest req) voidregisterDispatcher(CMISDispatcherRegistry.Endpoint endpoint, CMISDispatcher dispatcher)
-
Constructor Details
-
CMISDispatcherRegistryImpl
public CMISDispatcherRegistryImpl()
-
-
Method Details
-
registerDispatcher
- Specified by:
registerDispatcherin interfaceCMISDispatcherRegistry
-
getDispatcher
- Specified by:
getDispatcherin interfaceCMISDispatcherRegistry
-