Back to index
Back to module hivemind.lib

Service hivemind.lib.SpringLookupFactory

Interfaceorg.apache.hivemind.ServiceImplementationFactory
Parameters Occursrequired
A service implementation factory that obtains service implementations from a Spring BeanFactory.

Parameters Schema

Parameters are used to specify the bean name and, optionally, a non-default BeanFactory source from which to obtain the Spring BeanFactory.
Element lookup-bean
Attribute name Required
The name of the Spring bean to obtain.
Attribute source-service-id Optional
Translatorservice
An optional service implementing the SpringBeanFactorySource interface.

Conversion Rules

  • <conversion class="org.apache.hivemind.lib.impl.SpringBeanParameter" >
    • <map attribute="source-service-id" property="beanFactorySource" />
    </conversion>

Implementation


Back to index
Back to module hivemind.lib