@Override
protected void performActionOn(WebServiceCall wsCall) {
UiEntityFactory factory = new InterchangeEntityFactory(getView());
UiEntityFactory.Callback callback = new TransformationDecorator(wsCall);
factory.createEntity(EntityType.Transformation, true, callback);
}
private static class TransformationDecorator extends AbstractTransformationDecorator {