Skip to content

Develop an adapter to call mlcp transforms #377

Closed
@sammefford

Description

@sammefford

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)
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions