public class DMTransformImpl extends java.lang.Object implements DMTransform
| Constructor and Description |
|---|
DMTransformImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
transform(WebClientSession session,
java.lang.Object target)
Dummy implementation that returns the target object without modification.
|
public java.lang.Object transform(WebClientSession session, java.lang.Object target)
transform in interface DMTransformsession - A reference to the current web client sessiontarget - The object to be transformed