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
| |
public transform( byte[] src, Format srcFormat, Format trgFormat, String service):byte |
Sequential Tags: | throws=TransformationNotSupportedException,RuntimeException
| |