The Apache Jakarta Project Jakarta HiveMind Project
 
   

hivemind.Translators Configuration

The Translators configuration defines the translators that may be used with XML conversion rules.

The contribution format defines the name and class for each service model:

  translator (name=... class=...) 

An instance of the specified class will be instantiated. The class must implement the Translator interface. It should have a no-args and/or single String constructor.

Names of translators must be unique; it is not possible to override the existing service model translators. A single translator, class , is hard-coded into HiveMind, the others appear as ordinary contributions.