public class TransitionConnectionBendpointEditPolicy extends BendpointEditPolicy {
@Override
protected Command getCreateBendpointCommand(BendpointRequest request) {
TransitionCreateBendpointCommand command = new TransitionCreateBendpointCommand();
fillCommand(request, command);
return command;
}