From 932502c1094bdefdc463690b2292589b72f0cae4 Mon Sep 17 00:00:00 2001 From: Rob Stryker Date: Thu, 25 Jan 2018 13:11:24 -0500 Subject: Move all files into core subdirectory Signed-off-by: Rob Stryker --- .../schema/webServiceOSGISupport.exsd | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 core/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd (limited to 'core/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd') diff --git a/core/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd b/core/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd new file mode 100644 index 000000000..d1b46c1a1 --- /dev/null +++ b/core/bundles/org.eclipse.jst.ws.consumption.ui/schema/webServiceOSGISupport.exsd @@ -0,0 +1,108 @@ + + + + + + + + + Implementing consumers may consume this extension point, in order to allow OSGi bundles and applications to be supported by the Web Services Wizard. + +Implementing this extension point and its corresponding Interface will alter the Web Service wizard language from EAR to OSGi when an OSGi supported project is detected. Likewise, the value of the OSGi App field will be stored in ServiceOsgiAppProjectName, rather than in ServiceEarProjectName. + +From here, consumers should use this ServiceOsgiAppProjectName value to create the composite OSGi application and associate the OSGi bundle, as needed. This is not presently handled by the existing Web service commands. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <b>This extension point is part of an interim API that might undergo further development and could change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.</b> + + + + + + + + + <pre> + <extension + point="org.eclipse.jst.ws.consumption.ui.webServiceOSGISupport"> + + <webServiceOSGISupport + applicableTemplates="template.osgi.app template.osgi.bundle template.osgi.fragment" + class="(Java class implementing interface IWebServiceOSGISupportExtension)" > + + </webServiceOSGISupport> + + </extension> +</pre> + + + + + + + -- cgit v1.2.3