class: OtherFormatsTransformationInterface

public class: OtherFormatsTransformationInterface
Author: Friederike Kleinfercher (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1988 $ $LastChangedDate: 2009-05-18 16:; Complexity: 1
Dates: Created: 16.07.2009 15:20:59; Modified: 16.07.2009 15:20:59;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {03A5FB37-520D-415d-AE07-C20332198062}
Implementation of the transformation interface for formats 'other'.
 

Goto: Custom Properties, Fields, Methods, Tagged Values

Implements: Transformation

See also: Util, Transformation

Appears in: otherFormats

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