Back to index
Back to module hivemind.lib
Service hivemind.lib.DefaultImplementationBuilder
Interface
org.apache.hivemind.lib.DefaultImplementationBuilder
A service which can create a default implementation of an arbitrary interface. The instance returned does nothing. Returned instances are cached and re-used.
Implementation
<invoke-factory
>
<construct
class
="org.apache.hivemind.lib.impl.DefaultImplementationBuilderImpl"
>
<set-service
property
="classFactory"
service-id
="hivemind.ClassFactory"
/>
</construct>
</invoke-factory>
Back to index
Back to module hivemind.lib