class: IdentityTransformation

public class: IdentityTransformation
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:21:02; Modified: 16.07.2009 15:21:02;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4AF01A53-31CE-4f25-B597-638DC3E55A08}
TODO Description
 

Goto: Custom Properties, Methods, Tagged Values

Implements: Transformation

See also: Transformation

Appears in: transformations

Connections
 
Custom Properties
 
IdentityTransformation Methods
Operation Details
public
getSourceFormats():Format
Sequential
Notes: Don't return anything here.
@return Empty array
public
getSourceFormats(
   Format trg):Format
Sequential
Notes: Always return the target format.
@return Identity
public
getSourceFormatsAsXml():String
Sequential
Tags: annotations=@Deprecated
Notes: Not implemented.
@return Nothing, never
public
getTargetFormats(
   Format src):Format
Sequential
Notes: Always return the source format.
@return Identity
public
getTargetFormatsAsXml(
   String srcFormatName,
   String srcType,
   String srcEncoding):String
Sequential
Tags: annotations=@Deprecated
Notes: Not implemented.
@return Nothing, never
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}
 
IdentityTransformation Tagged Values
Tag Value Notes
annotations @TransformationModule