SourceToTargetFactory f = new SourceToTargetFactory(new InterchangeEntityFactory(view));
installTransformDropHandler(s, f, Source.class);
}
private void installOperationToHttpEndpointDropHandler(MultiTreeSection s) {
OperationToHttpEndpointFactory f = new OperationToHttpEndpointFactory(new InterchangeEntityFactory(view));
installTransformDropHandler(s, f, Operation.class);
}