This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 104110 - wsdl extension plug-in revision support in wsdl editor
Summary: wsdl extension plug-in revision support in wsdl editor
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-16 20:19 UTC by Tientien Li
Modified: 2007-06-19 03:08 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tientien Li 2007-05-16 20:19:36 UTC
On the same line, to make it easy for 3rd party wsdl extension to be added 
(also for Chikaka to use this once it is public in creating binding component 
wsdl extension using his binding creation NB plugin) , we need to make some 
wsdl extension related spis/apis in wsdl editor  public.

I have listed wsdl extension related functionality:

(1) Template provider which generates default code for a binding (used by wsdl 
wizard and casa). Make this spi public and Document this on public web site.
(2) Annotation in wsdl extension which provides default customizers (used by 
wsdl  tree editor and casa navigator) Make any spi public and Document this on 
public web site.
(3) Validator spi. already public as part of wsdl model and Document this on 
public web site.
(4) WSDL extension layer.xml for adding new extension. Document this on public 
web site.

I have proposed that we create a separate module which has above binding 
related functionality (extracted from wsdl editor) and make that module public.