45678910
import org.objectstyle.wolips.wizards.D2WebServiceApplicationWizard; public class OpenD2WebServiceApplicationWizard extends AbstractOpenWizardAction { protected INewWizard createWizard() { return new D2WebServiceApplicationWizard(); }