Back to index
Back to module hivemind

Configuration Point hivemind.ServiceModels

Expected Countunbounded
Defines service models, providing a name and a class for each.

Schema

Describes contributions that define new types of service models by providing service model factories.
Element service-model
Attribute name Required
The name of the service model, which must be unique.
Attribute class Optional
Translatorobject
The name of the service model factory class to instantiate.

Conversion Rules

  • conversion ( class=org.apache.hivemind.impl.ServiceModelContribution )
    {
    • map ( attribute=class property=factory )
    }

Contributions from module hivemind


Back to index
Back to module hivemind