toolsMenu.add(SwingActionDelegate.createDelegate(DotNetWsdlAction.SOAPUI_ACTION_ID));
toolsMenu.add(SwingActionDelegate.createDelegate(GSoapAction.SOAPUI_ACTION_ID));
toolsMenu.addSeparator();
toolsMenu.add(SwingActionDelegate.createDelegate(TcpMonAction.SOAPUI_ACTION_ID));
toolsMenu.addSeparator();
StartHermesJMSButtonAction hermesJMSButtonAction = new StartHermesJMSButtonAction();
hermesJMSButtonAction.setEnabled(HermesUtils.isHermesJMSSupported());
toolsMenu.add(hermesJMSButtonAction);
return toolsMenu;
}