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
| |
public getSourceFormats( Format trg):Format |
Sequential Tags: | throws=RuntimeException
| |
public getSourceFormatsAsXml():String |
Sequential Tags: | throws=RuntimeException
| |
public getTargetFormats( Format src):Format |
Sequential Tags: | throws=RuntimeException
| |
public getTargetFormatsAsXml( String srcFormatName, String srcType, String srcEncoding):String |
Sequential Tags: | throws=RuntimeException
| |
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
| |
public transform( byte[] src, Format srcFormat, Format trgFormat, String service):byte |
Sequential Tags: | throws=TransformationNotSupportedException
| |