class: MicroTransformationInterface

public class: MicroTransformationInterface
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:20:47; Modified: 16.07.2009 15:20:47;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D81E9907-0870-47b4-9AD8-D731454C36BC}
Implementation of the transformation interface for micro formats.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: Transformation

See also: Util, Transformation

Appears in: microFormats

Connections
 
Custom Properties
 
MicroTransformationInterface Attributes
Attribute Details
private const String
  EXPLAIN_FILE_NAME
Initial: "explain-transformations.xml"
private const String
  EXPLAIN_FILE_PATH
Initial: "transformations/microFormats/"
private const Logger
  logger
Initial: Logger.getLogger(MicroTransformationInterface.class)
private Util
  util
 
MicroTransformationInterface Methods
Operation Details
private
escidocTransform(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException,RuntimeException
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
MicroTransformationInterface():
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
Notes: {@inheritDoc}
public
transform(
   byte[] src,
   Format srcFormat,
   Format trgFormat,
   String service):byte
Sequential
Tags: throws=TransformationNotSupportedException
Notes: {@inheritDoc}
 
MicroTransformationInterface Tagged Values
Tag Value Notes
annotations @TransformationModule