01-31-2011 12:51 PM
public class MyProxyContentTransformer extends ProxyContentTransformer {
………..
@Override
protected void transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options) throws Exception {
// doOwnTransform
//
super.transformInternal(reader, writer, options);
// do send to JMS server
}
……….
}
This transformer assigned to some rule, so transformation does automatically. 02-14-2011 10:13 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.