class: ThirdPartyTransformationInterface

public class: ThirdPartyTransformationInterface
Author: kleinfe1 (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1953 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:21:01; Modified: 16.07.2009 15:21:01;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2F940788-04D5-4e65-BA9F-B999A029FEC9}
Implements transformations for third party metadata formats.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: Transformation

See also: ThirdPartyTransformation, Util, Transformation

Appears in: thirdPartyFormats

Connections
 
Custom Properties
 
ThirdPartyTransformationInterface Attributes
Attribute Details
private const String
  EXPLAIN_FILE_NAME
Initial: "explain-transformations.xml"
private const String
  EXPLAIN_FILE_PATH
Initial: "transformations/thirdParty/"
private const Logger
  logger
Initial: Logger.getLogger(ThirdPartyTransformationInterface.class)
private ThirdPartyTransformation
  transformer
private Util
  util
 
ThirdPartyTransformationInterface Methods
Operation Details
public
getSourceFormats():Format
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
getSourceFormats(
   Format trg):Format
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
getSourceFormatsAsXml():String
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
getTargetFormats(
   Format src):Format
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
getTargetFormatsAsXml(
   String srcFormatName,
   String srcType,
   String srcEncoding):String
Sequential
Tags: throws=RuntimeException
Notes: {@inheritDoc}
public
ThirdPartyTransformationInterface():
Sequential
Notes: Public constructor.
public
transform(
   byte[] src,
   String srcFormatName,
   String srcType,
   String srcEncoding,
   String trgFormatName,
   String trgType,
   String trgEncoding,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException,RuntimeException
Notes: {@inheritDoc}
public
transform(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException,RuntimeException
Notes: {@inheritDoc}
 
ThirdPartyTransformationInterface Tagged Values
Tag Value Notes
annotations @TransformationModule