Closed
Description
This is needed because Data Movement SDK will only use mlcp-style transforms, but we want transforms developed for Data Movement SDK or mlcp to be useable via applications using the Java Client API. This will prevent devs from needing to write one transform twice.
This could be a pre-installed XQuery module which we document how to call it. It could also be additional methods on ServerTransform like:
ServerTrasnform {
ServerTransform(String module, String function)
ServerTransform(String module, String function, String namespace)
}