// TODO Ericsson: This was removed and replaced with "true" below.
boolean bidirectional = mockResponse.getMockOperation().getOperation().isBidirectional();
recreateButton = createActionButton( new RecreateMockResponseAction( mockResponse ), bidirectional );
createEmptyButton = createActionButton( new CreateEmptyMockResponseAction( mockResponse ), bidirectional );
createFaultButton = createActionButton( new CreateFaultMockResponseAction( mockResponse ), bidirectional );
moveFocusAction = new MoveFocusAction();
wsiValidateAction = // new WSIValidateResponseAction( mockResponse );
SwingActionDelegate.createDelegate( new WSIValidateResponseAction(), mockResponse, "alt W" );