org.enhydra.zeus.transform
Class DefaultsTransformer

java.lang.Object
  |
  +--org.enhydra.zeus.transform.BaseTransformer
        |
        +--org.enhydra.zeus.transform.SimpleTransformer
              |
              +--org.enhydra.zeus.transform.DefaultsTransformer
All Implemented Interfaces:
Transformer

public class DefaultsTransformer
extends SimpleTransformer

SimpleTransformer is a basic implementation of a Zeus Transformer. It iterates through the supplied Binding objects and assigns each the options for this transformer.

Author:
Brett McLaughlin

Fields inherited from class org.enhydra.zeus.transform.BaseTransformer
source
 
Constructor Summary
DefaultsTransformer()
           This constructor takes in a Source to read mapping information from and allow generation of the transformation mappings from it.
 
Methods inherited from class org.enhydra.zeus.transform.SimpleTransformer
transform
 
Methods inherited from class org.enhydra.zeus.transform.BaseTransformer
addValueEnumeration, getTransformerOptions, getValueEnumeration, setTransformerOptions, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultsTransformer

public DefaultsTransformer()

This constructor takes in a Source to read mapping information from and allow generation of the transformation mappings from it.



Copyright © 2002 Enhydra. All Rights Reserved.