com.sun.mdm.index.matching
Interface Standardizer

All Known Implementing Classes:
StandardizerImpl

public interface Standardizer

Loads and forwards requests to the adapter interface implementation configured.


Method Summary
 SystemObject standardize(SystemObject objToStandardize)
          Standardize a SystemObject
 

Method Detail

standardize

public SystemObject standardize(SystemObject objToStandardize)
                         throws StandardizationException,
                                ObjectException,
                                java.lang.InstantiationException
Standardize a SystemObject

Parameters:
objToStandardize - the SystemObject to standardize
Returns:
the standardized SystemObject
Throws:
StandardizationException - the standardization process failed
ObjectException - accessing/manipulating the value objects failed
java.lang.InstantiationException - instantiating value objects failed


Sun Microsystems, Inc.