Package ome.services.blitz.impl.commands
Class RequestObjectFactoryRegistry
- java.lang.Object
-
- omero.util.ObjectFactoryRegistry
-
- ome.services.blitz.impl.commands.RequestObjectFactoryRegistry
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class RequestObjectFactoryRegistry extends ObjectFactoryRegistry implements org.springframework.context.ApplicationContextAware
Types which rely on the omero.model and omero.api objects rather than just the omero.cmd types. These are typically intended as replacements for the API method calls provided by ome.services.blitz.impl servants.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class omero.util.ObjectFactoryRegistry
ObjectFactoryRegistry.ObjectFactory
-
-
Field Summary
-
Fields inherited from class omero.util.ObjectFactoryRegistry
log
-
-
Constructor Summary
Constructors Constructor Description RequestObjectFactoryRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,ObjectFactoryRegistry.ObjectFactory>
createFactories(Ice.Communicator ic)
void
setApplicationContext(org.springframework.context.ApplicationContext ctx)
-
Methods inherited from class omero.util.ObjectFactoryRegistry
setIceCommunicator
-
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
createFactories
public java.util.Map<java.lang.String,ObjectFactoryRegistry.ObjectFactory> createFactories(Ice.Communicator ic)
- Specified by:
createFactories
in classObjectFactoryRegistry
-
-