Web Service Wizard Question [message #233004] |
Fri, 26 June 2009 11:30  |
Eclipse User |
|
|
|
How to show custom UI for WSDL selection in Top Down Scenario of Web
Service Wizard (instead of the UI provided by
WSDLSelectionWidget.addControls() )?
I need to customize the Web Service Wizard of the JST WS.
I added my custom web service type using the extension point:
org.eclipse.jst.ws.consumption.ui.wsImpl (eg: MyCustom Web Service)
This adds two entries in the Web Service Type combo : Bottom Up MyCustom
Web Service and Top Down MyCustom Web Service.
For Bottom Up MyCustom Web Service, I have used the extension point
org.eclipse.jst.ws.consumption.ui.objectSelectionWidget and provided my
custom UI for the "Browse" buttom which shows the "Select Service
Implementation" dialog. I have a class now as MyCustomSelectionWidget
which has the addControls() method where I write my custom UI code.
Now similarly for the Top Down MyCustom Web Service, I want to bring up my
own UI when I click "Browse" button, which by default uses the
"WSDLSelectionWidget.addControls()" method to bring the UI for the "Select
Service Definition" page.
Is there any extension point for plugging in my own UI when I click Browse
button in the Top Down scenario of the Web Service Wizard?
Or do I need to write more code in the MyCustomSelectionWidget ?
Thanks,
Tilak
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04756 seconds