Skip navigation links

Package com.ibm.xtools.transform.core.services

This package provides non-public API for some infrastructure of the Transformation Service.

See: Description

Package com.ibm.xtools.transform.core.services Description

This package provides non-public API for some infrastructure of the Transformation Service.

Package Specification

Transformation descriptors are defined in XML based upon the schema for the transformationProviders extension point. During initialization of the Transformation Service, for each <Transformation> entry in XML an instance of TransformationDescriptor is created. When parsing the XML, all of the attributes defined in the <Transformation> are processed as if they were read-only properties.

For each <Property> entry in XML, an instance of TransformationProperty is created. The string defined in XML for the property value is considered a metatype reference to the object and is converted to the appropriate data object by the corresponding metatype converter and stored as the property's value.

Skip navigation links