Package com.caplin.transformer.module

Provides the core interfaces and classes that are required to write a Java Transformer module.

See: Description

Package com.caplin.transformer.module Description

Provides the core interfaces and classes that are required to write a Java Transformer module. The most important of these are TransformerModule, which is the interface that must be implemented by a class that controls the interaction between the module and the Transformer, and TransformerAccessor, which enables the module to interact with the Transformer.

The Subscriber interface allows a Transformer module to subscribe listeners for updates to particular object. The listener will be informed of each update that occurs to a subscribed object.

The DataCache interface provides a Transformer module the ability to retrieve data for a particular object from the Transformer core's cache of data.

The DataProviderRegistrar interface allows a Transformer module to register listeners for requests for particular objects. The listener will be informed of any requests for those objects, and can decide whether it will contribute the data for the object or not.

Please send bug reports and comments to Caplin support