Package org.alfresco.opencmis
Class CMISDispatcherRegistryImpl
- java.lang.Object
-
- org.alfresco.opencmis.CMISDispatcherRegistryImpl
-
- All Implemented Interfaces:
CMISDispatcherRegistry
public class CMISDispatcherRegistryImpl extends java.lang.Object implements 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 Constructor Description CMISDispatcherRegistryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMISDispatcher
getDispatcher(org.springframework.extensions.webscripts.WebScriptRequest req)
void
registerDispatcher(CMISDispatcherRegistry.Endpoint endpoint, CMISDispatcher dispatcher)
-
-
-
Method Detail
-
registerDispatcher
public void registerDispatcher(CMISDispatcherRegistry.Endpoint endpoint, CMISDispatcher dispatcher)
- Specified by:
registerDispatcher
in interfaceCMISDispatcherRegistry
-
getDispatcher
public CMISDispatcher getDispatcher(org.springframework.extensions.webscripts.WebScriptRequest req)
- Specified by:
getDispatcher
in interfaceCMISDispatcherRegistry
-
-