Operation |
Details |
public getSourceFormats():Format |
Sequential Tags: | throws=RuntimeException
| Notes: | Get all possible source formats. @return Format[]: list of possible source formats as value object | |
public getSourceFormats( Format trg):Format |
Sequential Tags: | throws=RuntimeException
| Notes: | Get all possible source formats for a target format. @param Format : the target format @return Format[]: list of possible source formats as value object | |
public getSourceFormatsAsXml():String |
Sequential Tags: | throws=RuntimeException
| Notes: | Get all possible source formats. @return String: list of possible source formats as xml | |
public getTargetFormats( Format src):Format |
Sequential Tags: | throws=RuntimeException
| Notes: | Get all possible target formats for a source format. @return Format[]: list of possible target formats as value object | |
public getTargetFormatsAsXml( String srcFormatName, String srcType, String srcEncoding):String |
Sequential Tags: | throws=RuntimeException
| Notes: | Get all possible target formats for a source format. @return String: list of possible target formats as xml | |
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: | Transforms a source object into a target object. @return byte[] target object | |
public transform( byte[] src, Format srcFormat, Format trgFormat, String service):byte |
Sequential Tags: | throws=TransformationNotSupportedException,RuntimeException
| Notes: | Transforms a source object into a target object. @return byte [] target object | |