Operation |
Details |
private callMethodOnTransformationModules( String methodName, Format param):Format |
Sequential Tags: | throws=RuntimeException
| |
private escidocTransformService( 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
| |
private getTransformationClassForTransformation( Format source, Format target):Class |
Sequential Tags: | throws=RuntimeException
| |
public initialize():void |
Sequential Notes: | Initializes the Transformation service | |
private initializeTransformationModules():void |
Sequential Tags: | throws=RuntimeException
| |
public transform( byte[] src, String srcFormatName, String srcType, String srcEncoding, String trgFormatName, String trgType, String trgEncoding, String service):byte |
Sequential Tags: | throws=TransformationNotSupportedException,RuntimeException
| |
public transform( byte[] src, Format srcFormat, Format trgFormat, String service):byte |
Sequential Tags: | throws=TransformationNotSupportedException,RuntimeException
| |
public TransformationBean(): |
Sequential Notes: | Public constructor. | |