2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Module hivemind.lib
Back to master index

[public] Service Point 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 service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="impl.DefaultImplementationBuilderImpl" >
      • <set-service property="classFactory" service-id="hivemind.ClassFactory" />
      </construct>
    </invoke-factory>

Module hivemind.lib
Back to master index