david_williams | 035d526 | 2008-11-10 20:39:34 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | <extension point="org.eclipse.jst.ws.consumption.ui.wsImpl"> |
| 5 | <webServiceImpl |
| 6 | id="org.eclipse.jst.ws.cxf.wsImpl.java" |
| 7 | label="%JAXWS_WEBSERVICETYPE" |
| 8 | resourceTypeMetadata="File IResource CompilationUnit" |
| 9 | extensionMetadata=".java .class" |
| 10 | objectSelectionWidget="org.eclipse.jst.ws.cxf.consumption.ui.widgets.object.CXFJAXWSSelectionWidget" |
| 11 | mergerClass="org.eclipse.jst.ws.internal.consumption.common.JavaMerger"> |
| 12 | </webServiceImpl> |
| 13 | </extension> |
| 14 | |
| 15 | <!--<extension point="org.eclipse.jst.ws.consumption.ui.wsClientImpl"> |
| 16 | <webServiceClientImpl |
| 17 | id="org.eclipse.jst.ws.cxf.client.type.java" |
| 18 | label="%JAXWS_CLIENT"> |
| 19 | </webServiceClientImpl> |
| 20 | </extension>--> |
| 21 | |
| 22 | <extension point="org.eclipse.jst.ws.consumption.ui.objectSelectionWidget"> |
| 23 | <objectSelectionWidget |
| 24 | class=" org.eclipse.jst.ws.internal.cxf.consumption.ui.widgets.CXFJAXWSSelectionLaunchable" |
| 25 | external_modify="true" |
| 26 | id=" org.eclipse.jst.ws.cxf.consumption.ui.widgets.object.CXFJAXWSSelectionWidget" |
| 27 | transformer="org.eclipse.jst.ws.internal.cxf.consumption.ui.widgets.object.JAXWSSelectionTransformer"> |
| 28 | </objectSelectionWidget> |
| 29 | </extension> |
| 30 | |
| 31 | <extension point="org.eclipse.wst.command.env.ui.widgetRegistry"> |
| 32 | <widgetFactory |
| 33 | class="org.eclipse.jst.ws.internal.cxf.consumption.ui.widgets.WSDL2JavaClientConfigWidgetFactory" |
| 34 | id="WSDL2JavaClientConfig" |
| 35 | insertBeforeCommandId="org.eclipse.jst.ws.internal.cxf.consumption.core.commands.WSDL2JavaClientCommand"> |
| 36 | </widgetFactory> |
| 37 | </extension> |
| 38 | |
| 39 | </plugin> |