Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 120979 Details for
Bug 259415
[Model] Regenerate the WSDL model with the latest EMF 2.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch
259415Patch.txt (text/plain), 179.91 KB, created by
Valentin Baciu
on 2008-12-19 16:07:51 EST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Valentin Baciu
Created:
2008-12-19 16:07:51 EST
Size:
179.91 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.wsdl.tests >Index: src/org/eclipse/wst/wsdl/tests/BugFixesTest.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/tests/org.eclipse.wst.wsdl.tests/src/org/eclipse/wst/wsdl/tests/BugFixesTest.java,v >retrieving revision 1.25 >diff -u -r1.25 BugFixesTest.java >--- src/org/eclipse/wst/wsdl/tests/BugFixesTest.java 4 Dec 2008 09:11:10 -0000 1.25 >+++ src/org/eclipse/wst/wsdl/tests/BugFixesTest.java 19 Dec 2008 21:05:18 -0000 >@@ -1665,7 +1665,6 @@ > { > // load a wsdl that contains an xsd:import outside of wsdl:types > Definition definition = DefinitionLoader.load(PLUGIN_ABSOLUTE_PATH + "samples/BugFixes/GetWSDLType/BadImport.wsdl", true); //$NON-NLS-1$ >- String targetNamespace = definition.getTargetNamespace(); > > // there should only be one valid wsdl:import > Map imports = definition.getImports(); >#P org.eclipse.wst.wsdl >Index: src-wsdl/org/eclipse/wst/wsdl/ExtensibleElement.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/ExtensibleElement.java,v >retrieving revision 1.3 >diff -u -r1.3 ExtensibleElement.java >--- src-wsdl/org/eclipse/wst/wsdl/ExtensibleElement.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/ExtensibleElement.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -65,7 +65,7 @@ > * @return the value of the '<em>EFault</em>' reference. > * @ignore > * <!-- end-user-doc --> >- * @model kind="operation" many="false" >+ * @model kind="operation" type="org.eclipse.wst.wsdl.IList" many="false" > * @generated > */ > List getExtensibilityElements(); >@@ -76,7 +76,7 @@ > * @param extElement An ExtensibilityElement to be added. > * @ignore > * <!-- end-user-doc --> >- * @model >+ * @model extElementType="org.eclipse.wst.wsdl.IExtensibilityElement" > * @generated > */ > void addExtensibilityElement(ExtensibilityElement extElement); >Index: src-wsdl/org/eclipse/wst/wsdl/BindingInput.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/BindingInput.java,v >retrieving revision 1.3 >diff -u -r1.3 BindingInput.java >--- src-wsdl/org/eclipse/wst/wsdl/BindingInput.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/BindingInput.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -30,7 +30,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingInput() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBindingInput" > * @generated > */ > public interface BindingInput extends ExtensibleElement, javax.wsdl.BindingInput >@@ -94,7 +94,7 @@ > * @return the value of the '<em>EInput</em>' reference. > * @ignore > * <!-- end-user-doc --> >- * @model kind="operation" >+ * @model kind="operation" type="org.eclipse.wst.wsdl.IInput" > * @generated > */ > javax.wsdl.Input getInput(); >@@ -106,7 +106,7 @@ > * @param input the new value of the '<em>EInput</em>' reference. > * @ignore > * <!-- end-user-doc --> >- * @model >+ * @model inputType="org.eclipse.wst.wsdl.IInput" > * @generated > */ > void setInput(javax.wsdl.Input input); >Index: src-wsdl/org/eclipse/wst/wsdl/BindingOperation.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/BindingOperation.java,v >retrieving revision 1.3 >diff -u -r1.3 BindingOperation.java >--- src-wsdl/org/eclipse/wst/wsdl/BindingOperation.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/BindingOperation.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -36,7 +36,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingOperation() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBindingOperation" > * @generated > */ > public interface BindingOperation extends ExtensibleElement, javax.wsdl.BindingOperation >Index: src-wsdl/org/eclipse/wst/wsdl/Part.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Part.java,v >retrieving revision 1.4 >diff -u -r1.4 Part.java >--- src-wsdl/org/eclipse/wst/wsdl/Part.java 20 Mar 2007 14:30:00 -0000 1.4 >+++ src-wsdl/org/eclipse/wst/wsdl/Part.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -41,7 +41,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getPart() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IPart" > * @generated > */ > public interface Part extends ExtensibleElement, javax.wsdl.Part >Index: src-wsdl/org/eclipse/wst/wsdl/Definition.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Definition.java,v >retrieving revision 1.3 >diff -u -r1.3 Definition.java >--- src-wsdl/org/eclipse/wst/wsdl/Definition.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/Definition.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -46,7 +46,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getDefinition() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IDefinition" > * @generated > */ > public interface Definition extends ExtensibleElement, javax.wsdl.Definition >Index: src-wsdl/org/eclipse/wst/wsdl/Binding.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Binding.java,v >retrieving revision 1.3 >diff -u -r1.3 Binding.java >--- src-wsdl/org/eclipse/wst/wsdl/Binding.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/Binding.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -37,7 +37,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getBinding() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBinding" > * @generated > */ > public interface Binding extends ExtensibleElement, javax.wsdl.Binding >Index: src-wsdl/org/eclipse/wst/wsdl/Output.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Output.java,v >retrieving revision 1.4 >diff -u -r1.4 Output.java >--- src-wsdl/org/eclipse/wst/wsdl/Output.java 20 Mar 2007 14:30:00 -0000 1.4 >+++ src-wsdl/org/eclipse/wst/wsdl/Output.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -24,7 +24,7 @@ > * > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getOutput() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.MessageReference org.eclipse.wst.wsdl.IOutput" > * @generated > */ > public interface Output extends MessageReference, javax.wsdl.Output >Index: src-wsdl/org/eclipse/wst/wsdl/Message.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Message.java,v >retrieving revision 1.4 >diff -u -r1.4 Message.java >--- src-wsdl/org/eclipse/wst/wsdl/Message.java 20 Mar 2007 14:30:00 -0000 1.4 >+++ src-wsdl/org/eclipse/wst/wsdl/Message.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -37,7 +37,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getMessage() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IMessage" > * @generated > */ > public interface Message extends ExtensibleElement, javax.wsdl.Message >Index: src-wsdl/org/eclipse/wst/wsdl/PortType.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/PortType.java,v >retrieving revision 1.4 >diff -u -r1.4 PortType.java >--- src-wsdl/org/eclipse/wst/wsdl/PortType.java 20 Mar 2007 14:30:00 -0000 1.4 >+++ src-wsdl/org/eclipse/wst/wsdl/PortType.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -37,7 +37,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getPortType() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IPortType" > * @generated > */ > public interface PortType extends ExtensibleElement, javax.wsdl.PortType >Index: src-wsdl/org/eclipse/wst/wsdl/Import.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Import.java,v >retrieving revision 1.4 >diff -u -r1.4 Import.java >--- src-wsdl/org/eclipse/wst/wsdl/Import.java 20 Mar 2007 14:30:00 -0000 1.4 >+++ src-wsdl/org/eclipse/wst/wsdl/Import.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -36,7 +36,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getImport() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IImport" > * @generated > */ > public interface Import extends ExtensibleElement, javax.wsdl.Import >Index: src-wsdl/org/eclipse/wst/wsdl/Input.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Input.java,v >retrieving revision 1.4 >diff -u -r1.4 Input.java >--- src-wsdl/org/eclipse/wst/wsdl/Input.java 20 Mar 2007 14:30:00 -0000 1.4 >+++ src-wsdl/org/eclipse/wst/wsdl/Input.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -24,7 +24,7 @@ > * > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getInput() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.MessageReference org.eclipse.wst.wsdl.IInput" > * @generated > */ > public interface Input extends MessageReference, javax.wsdl.Input >Index: src-wsdl/org/eclipse/wst/wsdl/BindingFault.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/BindingFault.java,v >retrieving revision 1.3 >diff -u -r1.3 BindingFault.java >--- src-wsdl/org/eclipse/wst/wsdl/BindingFault.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/BindingFault.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -30,7 +30,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingFault() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBindingFault" > * @generated > */ > public interface BindingFault extends ExtensibleElement, javax.wsdl.BindingFault >@@ -94,7 +94,7 @@ > * @return the value of the '<em>EFault</em>' reference. > * @ignore > * <!-- end-user-doc --> >- * @model kind="operation" >+ * @model kind="operation" type="org.eclipse.wst.wsdl.IFault" > * @generated > */ > javax.wsdl.Fault getFault(); >@@ -106,7 +106,7 @@ > * @param fault the new value of the '<em>EFault</em>' reference. > * @ignore > * <!-- end-user-doc --> >- * @model >+ * @model faultType="org.eclipse.wst.wsdl.IFault" > * @generated > */ > void setFault(javax.wsdl.Fault fault); >Index: src-wsdl/org/eclipse/wst/wsdl/ExtensibilityElement.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/ExtensibilityElement.java,v >retrieving revision 1.3 >diff -u -r1.3 ExtensibilityElement.java >--- src-wsdl/org/eclipse/wst/wsdl/ExtensibilityElement.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/ExtensibilityElement.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -34,7 +34,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getExtensibilityElement() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.WSDLElement org.eclipse.wst.wsdl.IExtensibilityElement" > * @generated > */ > public interface ExtensibilityElement extends WSDLElement, javax.wsdl.extensions.ExtensibilityElement >Index: src-wsdl/org/eclipse/wst/wsdl/Fault.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Fault.java,v >retrieving revision 1.4 >diff -u -r1.4 Fault.java >--- src-wsdl/org/eclipse/wst/wsdl/Fault.java 20 Mar 2007 14:30:00 -0000 1.4 >+++ src-wsdl/org/eclipse/wst/wsdl/Fault.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -24,7 +24,7 @@ > * > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getFault() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.MessageReference org.eclipse.wst.wsdl.IFault" > * @generated > */ > public interface Fault extends MessageReference, javax.wsdl.Fault >Index: src-wsdl/org/eclipse/wst/wsdl/Port.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Port.java,v >retrieving revision 1.3 >diff -u -r1.3 Port.java >--- src-wsdl/org/eclipse/wst/wsdl/Port.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/Port.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -31,7 +31,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getPort() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IPort" > * @generated > */ > public interface Port extends ExtensibleElement, javax.wsdl.Port >Index: src-wsdl/org/eclipse/wst/wsdl/Operation.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Operation.java,v >retrieving revision 1.4 >diff -u -r1.4 Operation.java >--- src-wsdl/org/eclipse/wst/wsdl/Operation.java 20 Mar 2007 14:30:00 -0000 1.4 >+++ src-wsdl/org/eclipse/wst/wsdl/Operation.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -41,7 +41,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getOperation() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IOperation" > * @generated > */ > public interface Operation extends ExtensibleElement, javax.wsdl.Operation >Index: src-wsdl/org/eclipse/wst/wsdl/Service.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Service.java,v >retrieving revision 1.3 >diff -u -r1.3 Service.java >--- src-wsdl/org/eclipse/wst/wsdl/Service.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/Service.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -37,7 +37,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getService() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IService" > * @generated > */ > public interface Service extends ExtensibleElement, javax.wsdl.Service >Index: src-wsdl/org/eclipse/wst/wsdl/Types.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/Types.java,v >retrieving revision 1.3 >diff -u -r1.3 Types.java >--- src-wsdl/org/eclipse/wst/wsdl/Types.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/Types.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -27,7 +27,7 @@ > * > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getTypes() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.ITypes" > * @generated > */ > public interface Types extends ExtensibleElement, javax.wsdl.Types >@@ -39,7 +39,7 @@ > * @see org.eclipse.xsd.XSDSchema > * @ignore > * <!-- end-user-doc --> >- * @model kind="operation" many="false" >+ * @model kind="operation" type="org.eclipse.wst.wsdl.IList" many="false" > * @generated > */ > List getSchemas(); >@@ -53,7 +53,7 @@ > * @see org.eclipse.xsd.XSDSchema > * @ignore > * <!-- end-user-doc --> >- * @model many="false" >+ * @model type="org.eclipse.wst.wsdl.IList" many="false" > * @generated > */ > List getSchemas(String namespaceURI); >Index: src-wsdl/org/eclipse/wst/wsdl/BindingOutput.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/BindingOutput.java,v >retrieving revision 1.3 >diff -u -r1.3 BindingOutput.java >--- src-wsdl/org/eclipse/wst/wsdl/BindingOutput.java 15 Mar 2007 00:40:14 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/BindingOutput.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -31,7 +31,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingOutput() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBindingOutput" > * @generated > */ > public interface BindingOutput extends ExtensibleElement, javax.wsdl.BindingOutput >@@ -95,7 +95,7 @@ > * @return the value of the '<em>EOutput</em>' reference. > * @ignore > * <!-- end-user-doc --> >- * @model kind="operation" >+ * @model kind="operation" type="org.eclipse.wst.wsdl.IOutput" > * @generated > */ > javax.wsdl.Output getOutput(); >@@ -107,7 +107,7 @@ > * @param output the new value of the '<em>EOutput</em>' reference. > * @ignore > * <!-- end-user-doc --> >- * @model >+ * @model outputType="org.eclipse.wst.wsdl.IOutput" > * @generated > */ > void setOutput(javax.wsdl.Output output); >Index: src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.java,v >retrieving revision 1.2 >diff -u -r1.2 MIMEMimeXml.java >--- src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.java 15 Mar 2007 00:40:12 -0000 1.2 >+++ src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.java 19 Dec 2008 21:05:20 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -28,7 +28,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEMimeXml() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.mime.IMIMEMimeXml" > * @generated > */ > public interface MIMEMimeXml extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEMimeXml >Index: src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.java,v >retrieving revision 1.3 >diff -u -r1.3 MIMEMultipartRelated.java >--- src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.java 15 Mar 2007 00:40:12 -0000 1.3 >+++ src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.java 19 Dec 2008 21:05:20 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -32,7 +32,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEMultipartRelated() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.mime.IMIMEMultipartRelated" > * @generated > */ > public interface MIMEMultipartRelated extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEMultipartRelated >@@ -56,7 +56,7 @@ > /** > * <!-- begin-user-doc --> > * <!-- end-user-doc --> >- * @model >+ * @model mimePartType="org.eclipse.wst.wsdl.binding.mime.IMIMEPart" > * @generated > */ > void addMIMEPart(MIMEPart mimePart); >Index: src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEContent.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEContent.java,v >retrieving revision 1.2 >diff -u -r1.2 MIMEContent.java >--- src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEContent.java 15 Mar 2007 00:40:12 -0000 1.2 >+++ src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEContent.java 19 Dec 2008 21:05:20 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -29,7 +29,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEContent() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.mime.IMIMEContent" > * @generated > */ > public interface MIMEContent extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEContent >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPAddress.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPAddress.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPAddress.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPAddress.java 15 Mar 2007 00:40:11 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPAddress.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -27,7 +27,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPAddress() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPAddress" > * @generated > */ > public interface SOAPAddress extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPAddress >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeader.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeader.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPHeader.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeader.java 15 Mar 2007 00:40:11 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeader.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -27,7 +27,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeader() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase org.eclipse.wst.wsdl.binding.soap.ISOAPHeader" > * @generated > */ > public interface SOAPHeader extends SOAPHeaderBase, javax.wsdl.extensions.soap.SOAPHeader >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPFault.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPFault.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPFault.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPFault.java 15 Mar 2007 00:40:11 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPFault.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -30,7 +30,7 @@ > * > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPFault() > * @model features="eEncodingStyles" >- * eEncodingStylesType="java.lang.String" eEncodingStylesDataType="org.eclipse.wst.wsdl.binding.soap.IString" eEncodingStylesMany="true" eEncodingStylesSuppressedGetVisibility="true" >+ * eEncodingStylesDataType="org.eclipse.wst.wsdl.binding.soap.IString" eEncodingStylesMany="true" eEncodingStylesSuppressedGetVisibility="true" superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPFault" > * @generated > */ > public interface SOAPFault extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPFault >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBody.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBody.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPBody.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBody.java 15 Mar 2007 00:40:11 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBody.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -31,7 +31,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBody() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPBody" > * @generated > */ > public interface SOAPBody extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPBody >@@ -100,7 +100,7 @@ > * <!-- end-user-doc --> > * @return the value of the '<em>EEncoding Styles</em>' attribute list. > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBody_EEncodingStyles() >- * @model type="java.lang.String" dataType="org.eclipse.wst.wsdl.binding.soap.IString" >+ * @model dataType="org.eclipse.wst.wsdl.binding.soap.IString" > * @generated > */ > EList getEEncodingStyles(); >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPHeaderBase.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.java 15 Mar 2007 00:40:11 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -108,7 +108,7 @@ > * <!-- end-user-doc --> > * @return the value of the '<em>EEncoding Styles</em>' attribute list. > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeaderBase_EEncodingStyles() >- * @model type="java.lang.String" dataType="org.eclipse.wst.wsdl.binding.soap.IString" >+ * @model dataType="org.eclipse.wst.wsdl.binding.soap.IString" > * @generated > */ > EList getEEncodingStyles(); >@@ -212,7 +212,7 @@ > /** > * <!-- begin-user-doc --> > * <!-- end-user-doc --> >- * @model kind="operation" many="false" >+ * @model kind="operation" type="org.eclipse.wst.wsdl.IList" many="false" > * @generated > */ > List getEncodingStyles(); >@@ -220,7 +220,7 @@ > /** > * <!-- begin-user-doc --> > * <!-- end-user-doc --> >- * @model encodingStylesMany="false" >+ * @model encodingStylesType="org.eclipse.wst.wsdl.IList" encodingStylesMany="false" > * @generated > */ > void setEncodingStyles(List encodingStyles); >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPHeaderFault.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.java 15 Mar 2007 00:40:11 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -18,7 +18,7 @@ > * > * > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeaderFault() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase org.eclipse.wst.wsdl.binding.soap.ISOAPHeaderFault" > * @generated > */ > public interface SOAPHeaderFault extends SOAPHeaderBase, javax.wsdl.extensions.soap.SOAPHeaderFault >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBinding.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBinding.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPBinding.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBinding.java 15 Mar 2007 00:40:11 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBinding.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -28,7 +28,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBinding() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPBinding" > * @generated > */ > public interface SOAPBinding extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPBinding >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPOperation.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPOperation.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPOperation.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPOperation.java 15 Mar 2007 00:40:11 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPOperation.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -28,7 +28,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPOperation() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPOperation" > * @generated > */ > public interface SOAPOperation extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPOperation >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPFaultImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPFaultImpl.java,v >retrieving revision 1.5 >diff -u -r1.5 SOAPFaultImpl.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPFaultImpl.java 23 Apr 2008 04:54:43 -0000 1.5 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPFaultImpl.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -103,7 +103,7 @@ > * @generated > * @ordered > */ >- protected EList eEncodingStyles = null; >+ protected EList eEncodingStyles; > > /** > * The default value of the '{@link #getName() <em>Name</em>}' attribute. >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPBodyImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPBodyImpl.java,v >retrieving revision 1.12 >diff -u -r1.12 SOAPBodyImpl.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPBodyImpl.java 23 Apr 2008 04:54:43 -0000 1.12 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPBodyImpl.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -112,7 +112,7 @@ > * @generated > * @ordered > */ >- protected EList eEncodingStyles = null; >+ protected EList eEncodingStyles; > > /** > * The cached value of the '{@link #getEParts() <em>EParts</em>}' reference list. >@@ -122,7 +122,7 @@ > * @generated > * @ordered > */ >- protected EList eParts = null; >+ protected EList eParts; > > /** > * The cached value of the '{@link #getParts() <em>Parts</em>}' reference list. >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderImpl.java,v >retrieving revision 1.4 >diff -u -r1.4 SOAPHeaderImpl.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderImpl.java 15 Mar 2007 00:40:12 -0000 1.4 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderImpl.java 19 Dec 2008 21:05:22 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -61,7 +61,7 @@ > * @generated > * @ordered > */ >- protected EList headerFaults = null; >+ protected EList headerFaults; > > /** > * <!-- begin-user-doc --> >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderBaseImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderBaseImpl.java,v >retrieving revision 1.6 >diff -u -r1.6 SOAPHeaderBaseImpl.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderBaseImpl.java 23 Apr 2008 04:54:43 -0000 1.6 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderBaseImpl.java 19 Dec 2008 21:05:22 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -106,7 +106,7 @@ > * @generated > * @ordered > */ >- protected EList eEncodingStyles = null; >+ protected EList eEncodingStyles; > > /** > * The default value of the '{@link #getMessage() <em>Message</em>}' attribute. >@@ -156,7 +156,7 @@ > * @generated > * @ordered > */ >- protected Message eMessage = null; >+ protected Message eMessage; > > /** > * The cached value of the '{@link #getEPart() <em>EPart</em>}' reference. >@@ -166,7 +166,7 @@ > * @generated > * @ordered > */ >- protected Part ePart = null; >+ protected Part ePart; > > /** > * <!-- begin-user-doc --> >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPPackageImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPPackageImpl.java,v >retrieving revision 1.3 >diff -u -r1.3 SOAPPackageImpl.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPPackageImpl.java 15 Mar 2007 00:40:12 -0000 1.3 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPPackageImpl.java 19 Dec 2008 21:05:22 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -29,7 +29,6 @@ > import org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault; > import org.eclipse.wst.wsdl.binding.soap.SOAPOperation; > import org.eclipse.wst.wsdl.binding.soap.SOAPPackage; >-import org.eclipse.xsd.XSDPackage; > > > /** >@@ -214,7 +213,6 @@ > > // Initialize simple dependencies > WSDLPackage.eINSTANCE.eClass(); >- XSDPackage.eINSTANCE.eClass(); > > // Create package meta-data objects > theSOAPPackage.createPackageContents(); >@@ -791,9 +789,9 @@ > null, > "ePart", null, 1, 1, SOAPHeaderBase.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ > >- EOperation op = addEOperation(soapHeaderBaseEClass, theWSDLPackage.getIList(), "getEncodingStyles", 0, 1); //$NON-NLS-1$ >+ addEOperation(soapHeaderBaseEClass, theWSDLPackage.getIList(), "getEncodingStyles", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(soapHeaderBaseEClass, null, "setEncodingStyles"); //$NON-NLS-1$ >+ EOperation op = addEOperation(soapHeaderBaseEClass, null, "setEncodingStyles"); //$NON-NLS-1$ > addEParameter(op, theWSDLPackage.getIList(), "encodingStyles", 0, 1); //$NON-NLS-1$ > > initEClass(soapFaultEClass, SOAPFault.class, "SOAPFault", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ >@@ -854,12 +852,12 @@ > javax.wsdl.extensions.soap.SOAPBody.class, > "ISOAPBody", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ > >- op = addEOperation(isoapBodyEClass, theWSDLPackage.getIList(), "getEncodingStyles", 0, 1); //$NON-NLS-1$ >+ addEOperation(isoapBodyEClass, theWSDLPackage.getIList(), "getEncodingStyles", 0, 1); //$NON-NLS-1$ > > op = addEOperation(isoapBodyEClass, null, "setEncodingStyles"); //$NON-NLS-1$ > addEParameter(op, theWSDLPackage.getIList(), "encodingStyles", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(isoapBodyEClass, theWSDLPackage.getIList(), "getParts", 0, 1); //$NON-NLS-1$ >+ addEOperation(isoapBodyEClass, theWSDLPackage.getIList(), "getParts", 0, 1); //$NON-NLS-1$ > > op = addEOperation(isoapBodyEClass, null, "setParts"); //$NON-NLS-1$ > addEParameter(op, theWSDLPackage.getIList(), "parts", 0, 1); //$NON-NLS-1$ >@@ -884,7 +882,7 @@ > javax.wsdl.extensions.soap.SOAPHeader.class, > "ISOAPHeader", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ > >- op = addEOperation(isoapHeaderEClass, theWSDLPackage.getIList(), "getSOAPHeaderFaults", 0, 1); //$NON-NLS-1$ >+ addEOperation(isoapHeaderEClass, theWSDLPackage.getIList(), "getSOAPHeaderFaults", 0, 1); //$NON-NLS-1$ > > op = addEOperation(isoapHeaderEClass, null, "addSOAPHeaderFault"); //$NON-NLS-1$ > addEParameter(op, this.getISOAPHeaderFault(), "soapHeaderFault", 0, 1); //$NON-NLS-1$ >Index: src-http/org/eclipse/wst/wsdl/binding/http/internal/impl/HTTPPackageImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-http/org/eclipse/wst/wsdl/binding/http/internal/impl/HTTPPackageImpl.java,v >retrieving revision 1.3 >diff -u -r1.3 HTTPPackageImpl.java >--- src-http/org/eclipse/wst/wsdl/binding/http/internal/impl/HTTPPackageImpl.java 15 Mar 2007 00:40:12 -0000 1.3 >+++ src-http/org/eclipse/wst/wsdl/binding/http/internal/impl/HTTPPackageImpl.java 19 Dec 2008 21:05:19 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -23,7 +23,6 @@ > import org.eclipse.wst.wsdl.binding.http.HTTPPackage; > import org.eclipse.wst.wsdl.binding.http.HTTPUrlEncoded; > import org.eclipse.wst.wsdl.binding.http.HTTPUrlReplacement; >-import org.eclipse.xsd.XSDPackage; > > > /** >@@ -166,7 +165,6 @@ > > // Initialize simple dependencies > WSDLPackage.eINSTANCE.eClass(); >- XSDPackage.eINSTANCE.eClass(); > > // Create package meta-data objects > theHTTPPackage.createPackageContents(); >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageImpl.java,v >retrieving revision 1.7 >diff -u -r1.7 MessageImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageImpl.java 23 Apr 2008 04:54:42 -0000 1.7 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageImpl.java 19 Dec 2008 21:05:27 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -111,7 +111,7 @@ > * @generated > * @ordered > */ >- protected EList eParts = null; >+ protected EList eParts; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/ServiceImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/ServiceImpl.java,v >retrieving revision 1.6 >diff -u -r1.6 ServiceImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/ServiceImpl.java 23 Apr 2008 04:54:42 -0000 1.6 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/ServiceImpl.java 19 Dec 2008 21:05:28 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -111,7 +111,7 @@ > * @generated > * @ordered > */ >- protected EList ePorts = null; >+ protected EList ePorts; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingInputImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingInputImpl.java,v >retrieving revision 1.5 >diff -u -r1.5 BindingInputImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingInputImpl.java 23 Apr 2008 04:54:42 -0000 1.5 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingInputImpl.java 19 Dec 2008 21:05:25 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -82,7 +82,7 @@ > * @generated > * @ordered > */ >- protected Input eInput = null; >+ protected Input eInput; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/XSDSchemaExtensibilityElementImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/XSDSchemaExtensibilityElementImpl.java,v >retrieving revision 1.6 >diff -u -r1.6 XSDSchemaExtensibilityElementImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/XSDSchemaExtensibilityElementImpl.java 23 Apr 2008 04:54:42 -0000 1.6 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/XSDSchemaExtensibilityElementImpl.java 19 Dec 2008 21:05:31 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -53,7 +53,7 @@ > * @generated > * @ordered > */ >- protected XSDSchema schema = null; >+ protected XSDSchema schema; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortTypeImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortTypeImpl.java,v >retrieving revision 1.6 >diff -u -r1.6 PortTypeImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortTypeImpl.java 23 Apr 2008 04:54:42 -0000 1.6 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortTypeImpl.java 19 Dec 2008 21:05:28 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -109,7 +109,7 @@ > * @generated > * @ordered > */ >- protected EList eOperations = null; >+ protected EList eOperations; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLPackageImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLPackageImpl.java,v >retrieving revision 1.5 >diff -u -r1.5 WSDLPackageImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLPackageImpl.java 20 Mar 2007 14:29:55 -0000 1.5 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLPackageImpl.java 19 Dec 2008 21:05:31 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -1955,9 +1955,9 @@ > this.getDOMElement(), > "element", null, 0, 1, WSDLElement.class, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ > >- EOperation op = addEOperation(wsdlElementEClass, this.getDefinition(), "getEnclosingDefinition", 0, 1); //$NON-NLS-1$ >+ addEOperation(wsdlElementEClass, this.getDefinition(), "getEnclosingDefinition", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(wsdlElementEClass, null, "setEnclosingDefinition"); //$NON-NLS-1$ >+ EOperation op = addEOperation(wsdlElementEClass, null, "setEnclosingDefinition"); //$NON-NLS-1$ > addEParameter(op, this.getDefinition(), "definition", 0, 1); //$NON-NLS-1$ > > initEClass(portTypeEClass, PortType.class, "PortType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ >@@ -2191,7 +2191,7 @@ > null, > "eNamespaces", null, 0, -1, Definition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ > >- op = addEOperation(definitionEClass, this.getDOMDocument(), "getDocument", 0, 1); //$NON-NLS-1$ >+ addEOperation(definitionEClass, this.getDOMDocument(), "getDocument", 0, 1); //$NON-NLS-1$ > > op = addEOperation(definitionEClass, null, "setDocument"); //$NON-NLS-1$ > addEParameter(op, this.getDOMDocument(), "document", 0, 1); //$NON-NLS-1$ >@@ -2216,7 +2216,7 @@ > null, > "eSchema", null, 0, 1, Import.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ > >- op = addEOperation(importEClass, theXSDPackage.getXSDSchema(), "getSchema", 0, 1); //$NON-NLS-1$ >+ addEOperation(importEClass, theXSDPackage.getXSDSchema(), "getSchema", 0, 1); //$NON-NLS-1$ > > op = addEOperation(importEClass, null, "setSchema"); //$NON-NLS-1$ > addEParameter(op, theXSDPackage.getXSDSchema(), "schema", 0, 1); //$NON-NLS-1$ >@@ -2231,7 +2231,7 @@ > null, > "eExtensibilityElements", null, 0, -1, ExtensibleElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ > >- op = addEOperation(extensibleElementEClass, this.getIList(), "getExtensibilityElements", 0, 1); //$NON-NLS-1$ >+ addEOperation(extensibleElementEClass, this.getIList(), "getExtensibilityElements", 0, 1); //$NON-NLS-1$ > > op = addEOperation(extensibleElementEClass, null, "addExtensibilityElement"); //$NON-NLS-1$ > addEParameter(op, this.getIExtensibilityElement(), "extElement", 0, 1); //$NON-NLS-1$ >@@ -2253,7 +2253,7 @@ > null, > "eInput", null, 1, 1, BindingInput.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ > >- op = addEOperation(bindingInputEClass, this.getIInput(), "getInput", 0, 1); //$NON-NLS-1$ >+ addEOperation(bindingInputEClass, this.getIInput(), "getInput", 0, 1); //$NON-NLS-1$ > > op = addEOperation(bindingInputEClass, null, "setInput"); //$NON-NLS-1$ > addEParameter(op, this.getIInput(), "input", 0, 1); //$NON-NLS-1$ >@@ -2269,7 +2269,7 @@ > null, > "eOutput", null, 1, 1, BindingOutput.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ > >- op = addEOperation(bindingOutputEClass, this.getIOutput(), "getOutput", 0, 1); //$NON-NLS-1$ >+ addEOperation(bindingOutputEClass, this.getIOutput(), "getOutput", 0, 1); //$NON-NLS-1$ > > op = addEOperation(bindingOutputEClass, null, "setOutput"); //$NON-NLS-1$ > addEParameter(op, this.getIOutput(), "output", 0, 1); //$NON-NLS-1$ >@@ -2285,7 +2285,7 @@ > null, > "eFault", null, 1, 1, BindingFault.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ > >- op = addEOperation(bindingFaultEClass, this.getIFault(), "getFault", 0, 1); //$NON-NLS-1$ >+ addEOperation(bindingFaultEClass, this.getIFault(), "getFault", 0, 1); //$NON-NLS-1$ > > op = addEOperation(bindingFaultEClass, null, "setFault"); //$NON-NLS-1$ > addEParameter(op, this.getIFault(), "fault", 0, 1); //$NON-NLS-1$ >@@ -2310,7 +2310,7 @@ > addEParameter(op, ecorePackage.getEString(), "inputName", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "outputName", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iPortTypeEClass, this.getIList(), "getOperations", 0, 1); //$NON-NLS-1$ >+ addEOperation(iPortTypeEClass, this.getIList(), "getOperations", 0, 1); //$NON-NLS-1$ > > initEClass(iOperationEClass, javax.wsdl.Operation.class, "IOperation", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ > >@@ -2320,40 +2320,40 @@ > op = addEOperation(iOperationEClass, this.getIFault(), "getFault", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iOperationEClass, this.getIMap(), "getFaults", 0, 1); //$NON-NLS-1$ >+ addEOperation(iOperationEClass, this.getIMap(), "getFaults", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iOperationEClass, this.getIList(), "getParameterOrdering", 0, 1); //$NON-NLS-1$ >+ addEOperation(iOperationEClass, this.getIList(), "getParameterOrdering", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iOperationEClass, null, "setParameterOrdering"); //$NON-NLS-1$ > addEParameter(op, this.getIList(), "parameterOrder", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iOperationEClass, this.getIInput(), "getInput", 0, 1); //$NON-NLS-1$ >+ addEOperation(iOperationEClass, this.getIInput(), "getInput", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iOperationEClass, null, "setInput"); //$NON-NLS-1$ > addEParameter(op, this.getIInput(), "input", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iOperationEClass, this.getIOutput(), "getOutput", 0, 1); //$NON-NLS-1$ >+ addEOperation(iOperationEClass, this.getIOutput(), "getOutput", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iOperationEClass, null, "setOutput"); //$NON-NLS-1$ > addEParameter(op, this.getIOutput(), "output", 0, 1); //$NON-NLS-1$ > > initEClass(iInputEClass, javax.wsdl.Input.class, "IInput", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ > >- op = addEOperation(iInputEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$ >+ addEOperation(iInputEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iInputEClass, null, "setMessage"); //$NON-NLS-1$ > addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$ > > initEClass(iOutputEClass, javax.wsdl.Output.class, "IOutput", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ > >- op = addEOperation(iOutputEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$ >+ addEOperation(iOutputEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iOutputEClass, null, "setMessage"); //$NON-NLS-1$ > addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$ > > initEClass(iFaultEClass, javax.wsdl.Fault.class, "IFault", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ > >- op = addEOperation(iFaultEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$ >+ addEOperation(iFaultEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iFaultEClass, null, "setMessage"); //$NON-NLS-1$ > addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$ >@@ -2366,7 +2366,7 @@ > op = addEOperation(iMessageEClass, this.getIPart(), "getPart", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iMessageEClass, this.getIMap(), "getParts", 0, 1); //$NON-NLS-1$ >+ addEOperation(iMessageEClass, this.getIMap(), "getParts", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iMessageEClass, this.getIList(), "getOrderedParts", 0, 1); //$NON-NLS-1$ > addEParameter(op, this.getIList(), "partOrder", 0, 1); //$NON-NLS-1$ >@@ -2378,7 +2378,7 @@ > addEParameter(op, this.getQName(), "value", 0, 1); //$NON-NLS-1$ > addEException(op, this.getWSDLException()); > >- op = addEOperation(iPartEClass, this.getIIterator(), "getExtensionAttributeNames", 0, 1); //$NON-NLS-1$ >+ addEOperation(iPartEClass, this.getIIterator(), "getExtensionAttributeNames", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iPartEClass, this.getQName(), "getExtensionAttribute", 0, 1); //$NON-NLS-1$ > addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$ >@@ -2388,14 +2388,14 @@ > op = addEOperation(iServiceEClass, null, "addPort"); //$NON-NLS-1$ > addEParameter(op, this.getIPort(), "port", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iServiceEClass, this.getIMap(), "getPorts", 0, 1); //$NON-NLS-1$ >+ addEOperation(iServiceEClass, this.getIMap(), "getPorts", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iServiceEClass, this.getIPort(), "getPort", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$ > > initEClass(iPortEClass, javax.wsdl.Port.class, "IPort", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ > >- op = addEOperation(iPortEClass, this.getIBinding(), "getBinding", 0, 1); //$NON-NLS-1$ >+ addEOperation(iPortEClass, this.getIBinding(), "getBinding", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iPortEClass, null, "setBinding"); //$NON-NLS-1$ > addEParameter(op, this.getIBinding(), "binding", 0, 1); //$NON-NLS-1$ >@@ -2410,9 +2410,9 @@ > addEParameter(op, ecorePackage.getEString(), "inputName", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "outputName", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iBindingEClass, this.getIList(), "getBindingOperations", 0, 1); //$NON-NLS-1$ >+ addEOperation(iBindingEClass, this.getIList(), "getBindingOperations", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iBindingEClass, this.getIPortType(), "getPortType", 0, 1); //$NON-NLS-1$ >+ addEOperation(iBindingEClass, this.getIPortType(), "getPortType", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iBindingEClass, null, "setPortType"); //$NON-NLS-1$ > addEParameter(op, this.getIPortType(), "portType", 0, 1); //$NON-NLS-1$ >@@ -2428,19 +2428,19 @@ > op = addEOperation(iBindingOperationEClass, this.getIBindingFault(), "getBindingFault", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iBindingOperationEClass, this.getIMap(), "getBindingFaults", 0, 1); //$NON-NLS-1$ >+ addEOperation(iBindingOperationEClass, this.getIMap(), "getBindingFaults", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iBindingOperationEClass, this.getIOperation(), "getOperation", 0, 1); //$NON-NLS-1$ >+ addEOperation(iBindingOperationEClass, this.getIOperation(), "getOperation", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iBindingOperationEClass, null, "setOperation"); //$NON-NLS-1$ > addEParameter(op, this.getIOperation(), "operation", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iBindingOperationEClass, this.getIBindingInput(), "getBindingInput", 0, 1); //$NON-NLS-1$ >+ addEOperation(iBindingOperationEClass, this.getIBindingInput(), "getBindingInput", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iBindingOperationEClass, null, "setBindingInput"); //$NON-NLS-1$ > addEParameter(op, this.getIBindingInput(), "bindingInput", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iBindingOperationEClass, this.getIBindingOutput(), "getBindingOutput", 0, 1); //$NON-NLS-1$ >+ addEOperation(iBindingOperationEClass, this.getIBindingOutput(), "getBindingOutput", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iBindingOperationEClass, null, "setBindingOutput"); //$NON-NLS-1$ > addEParameter(op, this.getIBindingOutput(), "bindingOutput", 0, 1); //$NON-NLS-1$ >@@ -2480,42 +2480,42 @@ > op = addEOperation(iDefinitionEClass, null, "addService"); //$NON-NLS-1$ > addEParameter(op, this.getIService(), "service", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIBindingFault(), "createBindingFault", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIBindingFault(), "createBindingFault", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIBindingInput(), "createBindingInput", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIBindingInput(), "createBindingInput", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIBindingOutput(), "createBindingOutput", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIBindingOutput(), "createBindingOutput", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIBindingOperation(), "createBindingOperation", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIBindingOperation(), "createBindingOperation", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIBinding(), "createBinding", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIBinding(), "createBinding", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIFault(), "createFault", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIFault(), "createFault", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIImport(), "createImport", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIImport(), "createImport", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIInput(), "createInput", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIInput(), "createInput", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIMessage(), "createMessage", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIMessage(), "createMessage", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIOperation(), "createOperation", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIOperation(), "createOperation", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIOutput(), "createOutput", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIOutput(), "createOutput", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIPart(), "createPart", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIPart(), "createPart", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIPort(), "createPort", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIPort(), "createPort", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIPortType(), "createPortType", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIPortType(), "createPortType", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIService(), "createService", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIService(), "createService", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, this.getIBinding(), "getBinding", 0, 1); //$NON-NLS-1$ > addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIMap(), "getBindings", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIMap(), "getBindings", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIMap(), "getImports", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIMap(), "getImports", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, this.getIList(), "getImports", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$ >@@ -2523,17 +2523,17 @@ > op = addEOperation(iDefinitionEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$ > addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIMap(), "getMessages", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIMap(), "getMessages", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getNamespace", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "prefix", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIMap(), "getNamespaces", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIMap(), "getNamespaces", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, this.getIPortType(), "getPortType", 0, 1); //$NON-NLS-1$ > addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIMap(), "getPortTypes", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIMap(), "getPortTypes", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getPrefix", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$ >@@ -2541,19 +2541,19 @@ > op = addEOperation(iDefinitionEClass, this.getIService(), "getService", 0, 1); //$NON-NLS-1$ > addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIMap(), "getServices", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIMap(), "getServices", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getIExtensionRegistry(), "getExtensionRegistry", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getIExtensionRegistry(), "getExtensionRegistry", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, null, "setExtensionRegistry"); //$NON-NLS-1$ > addEParameter(op, this.getIExtensionRegistry(), "extensionRegistry", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getDocumentBaseURI", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getDocumentBaseURI", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, null, "setDocumentBaseURI"); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "documentBase", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getITypes(), "createTypes", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getITypes(), "createTypes", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, this.getIService(), "removeService", 0, 1); //$NON-NLS-1$ > addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$ >@@ -2567,7 +2567,7 @@ > op = addEOperation(iDefinitionEClass, this.getIMessage(), "removeMessage", 0, 1); //$NON-NLS-1$ > addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$ > >- op = addEOperation(iDefinitionEClass, this.getITypes(), "getTypes", 0, 1); //$NON-NLS-1$ >+ addEOperation(iDefinitionEClass, this.getITypes(), "getTypes", 0, 1); //$NON-NLS-1$ > > op = addEOperation(iDefinitionEClass, null, "setTypes"); //$NON-NLS-1$ > addEParameter(op, this.getITypes(), "types", 0, 1); //$NON-NLS-1$ >@@ -2587,7 +2587,7 @@ > > initEClass(typesEClass, Types.class, "Types", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ > >- op = addEOperation(typesEClass, this.getIList(), "getSchemas", 0, 1); //$NON-NLS-1$ >+ addEOperation(typesEClass, this.getIList(), "getSchemas", 0, 1); //$NON-NLS-1$ > > op = addEOperation(typesEClass, this.getIList(), "getSchemas", 0, 1); //$NON-NLS-1$ > addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$ >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOutputImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOutputImpl.java,v >retrieving revision 1.5 >diff -u -r1.5 BindingOutputImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOutputImpl.java 23 Apr 2008 04:54:42 -0000 1.5 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOutputImpl.java 19 Dec 2008 21:05:25 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -82,7 +82,7 @@ > * @generated > * @ordered > */ >- protected Output eOutput = null; >+ protected Output eOutput; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLElementImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLElementImpl.java,v >retrieving revision 1.13 >diff -u -r1.13 WSDLElementImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLElementImpl.java 4 Dec 2008 09:11:14 -0000 1.13 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLElementImpl.java 19 Dec 2008 21:05:29 -0000 >@@ -739,11 +739,11 @@ > if (!isAttached) > { > // If we're dealing with a documentation element we need to put it first in the list >- >+ > if (referencedElement == null && WSDLConstants.nodeType(childElement) == WSDLConstants.DOCUMENTATION && !eReference.isMany()) > { > // Here we find the first element node in the list, the documentation element needs to go before this element >- >+ > for (Node child = adoptionParent.getFirstChild(); child != null; child = child.getNextSibling()) > { > if (child.getNodeType() == Node.ELEMENT_NODE) >@@ -1006,7 +1006,7 @@ > { > return createQName(definition, prefixedName, element, false); > } >- >+ > /** > * Creates a QName from a prefixed name. Takes into account locally defined > * namespace prefixes. Selectively allows null namespace URIs. >@@ -1591,7 +1591,7 @@ > { > String name = element.getTagName(); > int index = name.indexOf(":"); //$NON-NLS-1$ >- String nsPrefix = null; >+ String nsPrefix = null; > if (index != -1) > { > nsPrefix = name.substring(0, index); >@@ -1605,7 +1605,7 @@ > > // First try to locate the namespace URI in the definition's prefix to namespace map. > // This will provide backward compatibility for existing clients. >- >+ > Definition enclosingDefinition = getEnclosingDefinition(); > if (enclosingDefinition != null) > { >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLFactoryImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLFactoryImpl.java,v >retrieving revision 1.3 >diff -u -r1.3 WSDLFactoryImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLFactoryImpl.java 20 Mar 2007 14:29:55 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLFactoryImpl.java 19 Dec 2008 21:05:29 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -553,7 +553,7 @@ > { > ExtensibilityElement extensibilityElement = createUnknownExtensibilityElement(); > // Provide some information about the extensibility element. >- >+ > QName elementType = new QName(namespace, localName); > extensibilityElement.setElementType(elementType); > return extensibilityElement; >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/PartImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/PartImpl.java,v >retrieving revision 1.7 >diff -u -r1.7 PartImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/PartImpl.java 23 Apr 2008 04:54:42 -0000 1.7 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/PartImpl.java 19 Dec 2008 21:05:28 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -128,7 +128,7 @@ > * @generated > * @ordered > */ >- protected XSDTypeDefinition typeDefinition = null; >+ protected XSDTypeDefinition typeDefinition; > > /** > * The cached value of the '{@link #getElementDeclaration() <em>Element Declaration</em>}' reference. >@@ -138,7 +138,7 @@ > * @generated > * @ordered > */ >- protected XSDElementDeclaration elementDeclaration = null; >+ protected XSDElementDeclaration elementDeclaration; > > /** > * The cached value of the '{@link #getEMessage() <em>EMessage</em>}' reference. >@@ -148,7 +148,7 @@ > * @generated > * @ordered > */ >- protected Message eMessage = null; >+ protected Message eMessage; > > public static final String NS_URI_PART_EXTENSIONS = "http://schemas.xmlsoap.org/wsdl/part-extensions/"; > >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/ExtensibleElementImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/ExtensibleElementImpl.java,v >retrieving revision 1.2 >diff -u -r1.2 ExtensibleElementImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/ExtensibleElementImpl.java 15 Mar 2007 00:40:10 -0000 1.2 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/ExtensibleElementImpl.java 19 Dec 2008 21:05:26 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -51,7 +51,7 @@ > * @generated > * @ordered > */ >- protected EList eExtensibilityElements = null; >+ protected EList eExtensibilityElements; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/OperationImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/OperationImpl.java,v >retrieving revision 1.10 >diff -u -r1.10 OperationImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/OperationImpl.java 23 Apr 2008 04:54:42 -0000 1.10 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/OperationImpl.java 19 Dec 2008 21:05:27 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -143,7 +143,7 @@ > * @generated > * @ordered > */ >- protected Input eInput = null; >+ protected Input eInput; > > /** > * The cached value of the '{@link #getEOutput() <em>EOutput</em>}' containment reference. >@@ -153,7 +153,7 @@ > * @generated > * @ordered > */ >- protected Output eOutput = null; >+ protected Output eOutput; > > /** > * The cached value of the '{@link #getEFaults() <em>EFaults</em>}' containment reference list. >@@ -163,7 +163,7 @@ > * @generated > * @ordered > */ >- protected EList eFaults = null; >+ protected EList eFaults; > > /** > * The cached value of the '{@link #getEParameterOrdering() <em>EParameter Ordering</em>}' reference list. >@@ -173,7 +173,7 @@ > * @generated > * @ordered > */ >- protected EList eParameterOrdering = null; // a list of parts (EMF) >+ protected EList eParameterOrdering; // a list of parts (EMF) > > private List parameterOrdering = null; // a list of part names (WSDL4J) > >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingImpl.java,v >retrieving revision 1.7 >diff -u -r1.7 BindingImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingImpl.java 23 Apr 2008 04:54:42 -0000 1.7 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingImpl.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -113,7 +113,7 @@ > * @generated > * @ordered > */ >- protected PortType ePortType = null; >+ protected PortType ePortType; > > /** > * The cached value of the '{@link #getEBindingOperations() <em>EBinding Operations</em>}' containment reference list. >@@ -123,7 +123,7 @@ > * @generated > * @ordered > */ >- protected EList eBindingOperations = null; >+ protected EList eBindingOperations; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/UnknownExtensibilityElementImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/UnknownExtensibilityElementImpl.java,v >retrieving revision 1.2 >diff -u -r1.2 UnknownExtensibilityElementImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/UnknownExtensibilityElementImpl.java 15 Mar 2007 00:40:10 -0000 1.2 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/UnknownExtensibilityElementImpl.java 19 Dec 2008 21:05:28 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -52,7 +52,7 @@ > * @generated > * @ordered > */ >- protected EList children = null; >+ protected EList children; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/TypesImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/TypesImpl.java,v >retrieving revision 1.6 >diff -u -r1.6 TypesImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/TypesImpl.java 23 Apr 2008 04:54:42 -0000 1.6 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/TypesImpl.java 19 Dec 2008 21:05:28 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -31,6 +31,7 @@ > import org.w3c.dom.Document; > import org.w3c.dom.Element; > >+ > /** > * <!-- begin-user-doc --> > * An implementation of the model object '<em><b>Types</b></em>'. >@@ -84,7 +85,7 @@ > { > continue; > } >- XSDSchemaExtensibilityElement xsdee = (XSDSchemaExtensibilityElement) extensibilityElement; >+ XSDSchemaExtensibilityElement xsdee = (XSDSchemaExtensibilityElement)extensibilityElement; > if (xsdee.getSchema() != null) > { > arrayList.add(xsdee.getSchema()); >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortImpl.java,v >retrieving revision 1.5 >diff -u -r1.5 PortImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortImpl.java 23 Apr 2008 04:54:42 -0000 1.5 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortImpl.java 19 Dec 2008 21:05:28 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -84,7 +84,7 @@ > * @generated > * @ordered > */ >- protected Binding eBinding = null; >+ protected Binding eBinding; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/DefinitionImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/DefinitionImpl.java,v >retrieving revision 1.14 >diff -u -r1.14 DefinitionImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/DefinitionImpl.java 29 Sep 2008 17:54:40 -0000 1.14 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/DefinitionImpl.java 19 Dec 2008 21:05:26 -0000 >@@ -207,7 +207,7 @@ > * @generated > * @ordered > */ >- protected EList eImports = null; >+ protected EList eImports; > > /** > * The cached value of the '{@link #getETypes() <em>ETypes</em>}' containment reference. >@@ -217,7 +217,7 @@ > * @generated > * @ordered > */ >- protected Types eTypes = null; >+ protected Types eTypes; > > /** > * The cached value of the '{@link #getEMessages() <em>EMessages</em>}' containment reference list. >@@ -227,7 +227,7 @@ > * @generated > * @ordered > */ >- protected EList eMessages = null; >+ protected EList eMessages; > > /** > * The cached value of the '{@link #getEPortTypes() <em>EPort Types</em>}' containment reference list. >@@ -237,7 +237,7 @@ > * @generated > * @ordered > */ >- protected EList ePortTypes = null; >+ protected EList ePortTypes; > > /** > * The cached value of the '{@link #getEBindings() <em>EBindings</em>}' containment reference list. >@@ -247,7 +247,7 @@ > * @generated > * @ordered > */ >- protected EList eBindings = null; >+ protected EList eBindings; > > /** > * The cached value of the '{@link #getEServices() <em>EServices</em>}' containment reference list. >@@ -257,7 +257,7 @@ > * @generated > * @ordered > */ >- protected EList eServices = null; >+ protected EList eServices; > > /** > * The cached value of the '{@link #getENamespaces() <em>ENamespaces</em>}' containment reference list. >@@ -267,7 +267,7 @@ > * @generated > * @ordered > */ >- protected EList eNamespaces = null; >+ protected EList eNamespaces; > > private ExtensionRegistry extensionRegistry; > >@@ -2320,14 +2320,14 @@ > if (types != null) > { > Iterator iterator = types.getEExtensibilityElements().iterator(); >- while(iterator.hasNext()) >+ while (iterator.hasNext()) > { > ExtensibilityElement extensibilityElement = (ExtensibilityElement)iterator.next(); > if (!(extensibilityElement instanceof XSDSchemaExtensibilityElement)) > { > continue; > } >- XSDSchemaExtensibilityElement el = (XSDSchemaExtensibilityElement) extensibilityElement; >+ XSDSchemaExtensibilityElement el = (XSDSchemaExtensibilityElement)extensibilityElement; > XSDSchema schema = el.getSchema(); > if (schema != null) > { >@@ -2347,7 +2347,6 @@ > } > } > >- > /** > * This method will collect the schemas matching the namespace > * that are inlined directly within this definition. >@@ -2362,11 +2361,11 @@ > { > List schemas = types.getSchemas(); > Iterator schemasIterator = schemas.iterator(); >- while(schemasIterator.hasNext()) >+ while (schemasIterator.hasNext()) > { > XSDSchema schema = (XSDSchema)schemasIterator.next(); > String targetNamespace = schema.getTargetNamespace(); >- >+ > if (WSDLConstants.isMatchingNamespace(namespace, targetNamespace)) > { > list.add(schema); >@@ -2374,7 +2373,7 @@ > > EList schemaContents = schema.getContents(); > Iterator schemaContentsIterator = schemaContents.iterator(); >- >+ > while (schemaContentsIterator.hasNext()) > { > Object component = schemaContentsIterator.next(); >@@ -2412,12 +2411,12 @@ > { > Import theImport = (Import)importsIterator.next(); > String importNamespaceURI = theImport.getNamespaceURI(); >- >+ > if (WSDLConstants.isMatchingNamespace(importNamespaceURI, namespace)) > { > ((ImportImpl)theImport).importDefinitionOrSchema(); > XSDSchema schema = theImport.getESchema(); >- >+ > if (schema != null && WSDLConstants.isMatchingNamespace(schema.getTargetNamespace(), namespace)) > { > list.add(schema); >@@ -2446,7 +2445,7 @@ > importedDefinition.collectInlinedSchemas(namespace, list); > } > } >- } >+ } > > /** > * Propagates the change in the target namespace to all the top level named components. >@@ -2483,7 +2482,7 @@ > if (enclosingDefinition != null) > { > String targetNamespace = enclosingDefinition.getTargetNamespace(); >- >+ > QName componentQName = getQNameForWSDLElement(componentType, wsdlElement); > > if (componentQName != null) >@@ -2507,16 +2506,16 @@ > switch (type) > { > case WSDLConstants.MESSAGE: >- ((Message)wsdlElement).setQName(qName); >+ ((Message)wsdlElement).setQName(qName); > break; > case WSDLConstants.PORT_TYPE: >- ((PortType)wsdlElement).setQName(qName); >+ ((PortType)wsdlElement).setQName(qName); > break; > case WSDLConstants.BINDING: >- ((Binding)wsdlElement).setQName(qName); >+ ((Binding)wsdlElement).setQName(qName); > break; > case WSDLConstants.SERVICE: >- ((Service)wsdlElement).setQName(qName); >+ ((Service)wsdlElement).setQName(qName); > break; > } > } >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOperationImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOperationImpl.java,v >retrieving revision 1.7 >diff -u -r1.7 BindingOperationImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOperationImpl.java 23 Apr 2008 04:54:42 -0000 1.7 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOperationImpl.java 19 Dec 2008 21:05:25 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -97,7 +97,7 @@ > * @generated > * @ordered > */ >- protected Operation eOperation = null; >+ protected Operation eOperation; > > /** > * The cached value of the '{@link #getEBindingInput() <em>EBinding Input</em>}' containment reference. >@@ -107,7 +107,7 @@ > * @generated > * @ordered > */ >- protected BindingInput eBindingInput = null; >+ protected BindingInput eBindingInput; > > /** > * The cached value of the '{@link #getEBindingOutput() <em>EBinding Output</em>}' containment reference. >@@ -117,7 +117,7 @@ > * @generated > * @ordered > */ >- protected BindingOutput eBindingOutput = null; >+ protected BindingOutput eBindingOutput; > > /** > * The cached value of the '{@link #getEBindingFaults() <em>EBinding Faults</em>}' containment reference list. >@@ -127,7 +127,7 @@ > * @generated > * @ordered > */ >- protected EList eBindingFaults = null; >+ protected EList eBindingFaults; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingFaultImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingFaultImpl.java,v >retrieving revision 1.5 >diff -u -r1.5 BindingFaultImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingFaultImpl.java 23 Apr 2008 04:54:42 -0000 1.5 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingFaultImpl.java 19 Dec 2008 21:05:24 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -82,7 +82,7 @@ > * @generated > * @ordered > */ >- protected Fault eFault = null; >+ protected Fault eFault; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageReferenceImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageReferenceImpl.java,v >retrieving revision 1.5 >diff -u -r1.5 MessageReferenceImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageReferenceImpl.java 23 Apr 2008 04:54:42 -0000 1.5 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageReferenceImpl.java 19 Dec 2008 21:05:27 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -73,7 +73,7 @@ > * @generated > * @ordered > */ >- protected Message eMessage = null; >+ protected Message eMessage; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/internal/impl/ImportImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/impl/ImportImpl.java,v >retrieving revision 1.6 >diff -u -r1.6 ImportImpl.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/impl/ImportImpl.java 23 Apr 2008 04:54:42 -0000 1.6 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/impl/ImportImpl.java 19 Dec 2008 21:05:26 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -110,7 +110,7 @@ > * @generated > * @ordered > */ >- protected Definition eDefinition = null; >+ protected Definition eDefinition; > > /** > * The cached value of the '{@link #getESchema() <em>ESchema</em>}' reference. >@@ -120,7 +120,7 @@ > * @generated > * @ordered > */ >- protected XSDSchema eSchema = null; >+ protected XSDSchema eSchema; > > /** > * <!-- begin-user-doc --> >Index: src-wsdl/org/eclipse/wst/wsdl/util/WSDLParser.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/util/WSDLParser.java,v >retrieving revision 1.8 >diff -u -r1.8 WSDLParser.java >--- src-wsdl/org/eclipse/wst/wsdl/util/WSDLParser.java 24 Apr 2008 02:48:34 -0000 1.8 >+++ src-wsdl/org/eclipse/wst/wsdl/util/WSDLParser.java 19 Dec 2008 21:05:32 -0000 >@@ -716,10 +716,6 @@ > try > { > inputSource = super.resolveEntity(publicId, systemId); >- if (false) >- { >- throw new IOException(); >- } > } > catch (IOException exception) > { >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPAdapterFactory.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPAdapterFactory.java,v >retrieving revision 1.4 >diff -u -r1.4 SOAPAdapterFactory.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPAdapterFactory.java 15 Mar 2007 00:40:11 -0000 1.4 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPAdapterFactory.java 19 Dec 2008 21:05:22 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -75,7 +75,7 @@ > } > > /** >- * The switch the delegates to the <code>createXXX</code> methods. >+ * The switch that delegates to the <code>createXXX</code> methods. > * <!-- begin-user-doc --> > * <!-- end-user-doc --> > * @generated >Index: src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPSwitch.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPSwitch.java,v >retrieving revision 1.4 >diff -u -r1.4 SOAPSwitch.java >--- src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPSwitch.java 15 Mar 2007 00:40:11 -0000 1.4 >+++ src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPSwitch.java 19 Dec 2008 21:05:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2007 IBM Corporation and others. >+ * Copyright (c) 2000, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -237,13 +237,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Binding</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Binding</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Binding</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Binding</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -253,13 +253,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Body</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Body</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Body</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Body</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -269,13 +269,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Header Base</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Header Base</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Header Base</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Header Base</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -285,13 +285,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Fault</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Fault</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Fault</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Fault</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -301,13 +301,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Operation</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Operation</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Operation</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Operation</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -317,13 +317,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Address</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Address</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Address</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Address</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -333,13 +333,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Header Fault</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Header Fault</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Header Fault</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Header Fault</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -349,13 +349,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Header</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Header</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Header</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Header</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -365,13 +365,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>ISOAP Binding</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>ISOAP Binding</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>ISOAP Binding</em>'. >+ * @return the result of interpreting the object as an instance of '<em>ISOAP Binding</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -381,13 +381,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>ISOAP Address</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>ISOAP Address</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>ISOAP Address</em>'. >+ * @return the result of interpreting the object as an instance of '<em>ISOAP Address</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -397,13 +397,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>ISOAP Body</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>ISOAP Body</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>ISOAP Body</em>'. >+ * @return the result of interpreting the object as an instance of '<em>ISOAP Body</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -413,13 +413,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>ISOAP Fault</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>ISOAP Fault</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>ISOAP Fault</em>'. >+ * @return the result of interpreting the object as an instance of '<em>ISOAP Fault</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -429,13 +429,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>ISOAP Operation</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>ISOAP Operation</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>ISOAP Operation</em>'. >+ * @return the result of interpreting the object as an instance of '<em>ISOAP Operation</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -445,13 +445,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>ISOAP Header Fault</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>ISOAP Header Fault</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>ISOAP Header Fault</em>'. >+ * @return the result of interpreting the object as an instance of '<em>ISOAP Header Fault</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -461,13 +461,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>ISOAP Header</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>ISOAP Header</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>ISOAP Header</em>'. >+ * @return the result of interpreting the object as an instance of '<em>ISOAP Header</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -477,13 +477,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -493,13 +493,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -509,13 +509,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Extensibility Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Extensibility Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Extensibility Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Extensibility Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -525,13 +525,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>EObject</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch, but this is the last case anyway. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>EObject</em>'. >+ * @return the result of interpreting the object as an instance of '<em>EObject</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) > * @generated > */ >Index: src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPSwitch.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPSwitch.java,v >retrieving revision 1.3 >diff -u -r1.3 HTTPSwitch.java >--- src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPSwitch.java 15 Mar 2007 00:40:12 -0000 1.3 >+++ src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPSwitch.java 19 Dec 2008 21:05:20 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -187,13 +187,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Binding</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Binding</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Binding</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Binding</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -203,13 +203,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Operation</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Operation</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Operation</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Operation</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -219,13 +219,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Url Replacement</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Url Replacement</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Url Replacement</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Url Replacement</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -235,13 +235,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Url Encoded</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Url Encoded</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Url Encoded</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Url Encoded</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -251,13 +251,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Address</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Address</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Address</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Address</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -267,13 +267,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IHTTP Address</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IHTTP Address</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IHTTP Address</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IHTTP Address</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -283,13 +283,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IHTTP Binding</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IHTTP Binding</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IHTTP Binding</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IHTTP Binding</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -299,13 +299,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IHTTP Operation</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IHTTP Operation</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IHTTP Operation</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IHTTP Operation</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -315,13 +315,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IHTTP Url Encoded</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IHTTP Url Encoded</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IHTTP Url Encoded</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IHTTP Url Encoded</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -331,13 +331,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IHTTP Url Replacement</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IHTTP Url Replacement</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IHTTP Url Replacement</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IHTTP Url Replacement</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -347,13 +347,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -363,13 +363,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -379,13 +379,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Extensibility Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Extensibility Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Extensibility Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Extensibility Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -395,13 +395,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>EObject</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch, but this is the last case anyway. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>EObject</em>'. >+ * @return the result of interpreting the object as an instance of '<em>EObject</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) > * @generated > */ >Index: src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPAdapterFactory.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPAdapterFactory.java,v >retrieving revision 1.3 >diff -u -r1.3 HTTPAdapterFactory.java >--- src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPAdapterFactory.java 15 Mar 2007 00:40:12 -0000 1.3 >+++ src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPAdapterFactory.java 19 Dec 2008 21:05:20 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -75,7 +75,7 @@ > } > > /** >- * The switch the delegates to the <code>createXXX</code> methods. >+ * The switch that delegates to the <code>createXXX</code> methods. > * <!-- begin-user-doc --> > * <!-- end-user-doc --> > * @generated >Index: src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLAdapterFactory.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLAdapterFactory.java,v >retrieving revision 1.2 >diff -u -r1.2 WSDLAdapterFactory.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLAdapterFactory.java 15 Mar 2007 00:40:17 -0000 1.2 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLAdapterFactory.java 19 Dec 2008 21:05:32 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -79,7 +79,7 @@ > } > > /** >- * The switch the delegates to the <code>createXXX</code> methods. >+ * The switch that delegates to the <code>createXXX</code> methods. > * <!-- begin-user-doc --> > * <!-- end-user-doc --> > * @generated >Index: src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLSwitch.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLSwitch.java,v >retrieving revision 1.3 >diff -u -r1.3 WSDLSwitch.java >--- src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLSwitch.java 20 Mar 2007 14:30:01 -0000 1.3 >+++ src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLSwitch.java 19 Dec 2008 21:05:32 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -431,13 +431,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -447,13 +447,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Port Type</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Port Type</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Port Type</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Port Type</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -463,13 +463,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Operation</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Operation</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Operation</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Operation</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -479,13 +479,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Message</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Message</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Message</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Message</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -495,13 +495,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Part</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Part</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Part</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Part</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -511,13 +511,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Binding</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Binding</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Binding</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Binding</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -527,13 +527,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Binding Operation</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Binding Operation</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Binding Operation</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Binding Operation</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -543,13 +543,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Service</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Service</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Service</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Service</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -559,13 +559,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Port</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Port</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Port</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Port</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -575,13 +575,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Extensibility Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Extensibility Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Extensibility Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Extensibility Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -591,13 +591,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Definition</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Definition</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Definition</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Definition</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -607,13 +607,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Import</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Import</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Import</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Import</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -623,13 +623,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Extensible Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Extensible Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Extensible Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Extensible Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -639,13 +639,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Input</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Input</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Input</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Input</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -655,13 +655,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Output</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Output</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Output</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Output</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -671,13 +671,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Fault</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Fault</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Fault</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Fault</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -687,13 +687,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Binding Input</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Binding Input</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Binding Input</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Binding Input</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -703,13 +703,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Binding Output</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Binding Output</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Binding Output</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Binding Output</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -719,13 +719,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Binding Fault</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Binding Fault</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Binding Fault</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Binding Fault</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -735,13 +735,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Namespace</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Namespace</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Namespace</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Namespace</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -751,13 +751,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IPort Type</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IPort Type</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IPort Type</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IPort Type</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -767,13 +767,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IOperation</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IOperation</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IOperation</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IOperation</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -783,13 +783,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IInput</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IInput</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IInput</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IInput</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -799,13 +799,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IOutput</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IOutput</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IOutput</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IOutput</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -815,13 +815,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IFault</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IFault</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IFault</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IFault</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -831,13 +831,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IMessage</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IMessage</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IMessage</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IMessage</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -847,13 +847,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IPart</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IPart</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IPart</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IPart</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -863,13 +863,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IService</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IService</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IService</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IService</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -879,13 +879,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IPort</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IPort</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IPort</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IPort</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -895,13 +895,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IBinding</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IBinding</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IBinding</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IBinding</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -911,13 +911,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IBinding Operation</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IBinding Operation</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IBinding Operation</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IBinding Operation</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -927,13 +927,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IBinding Input</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IBinding Input</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IBinding Input</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IBinding Input</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -943,13 +943,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IBinding Output</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IBinding Output</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IBinding Output</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IBinding Output</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -959,13 +959,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IBinding Fault</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IBinding Fault</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IBinding Fault</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IBinding Fault</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -975,13 +975,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -991,13 +991,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IDefinition</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IDefinition</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IDefinition</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IDefinition</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1007,13 +1007,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IImport</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IImport</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IImport</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IImport</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1023,13 +1023,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IList</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IList</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IList</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IList</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1039,13 +1039,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IMap</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IMap</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IMap</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IMap</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1055,13 +1055,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IURL</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IURL</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IURL</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IURL</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1071,13 +1071,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IExtension Registry</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IExtension Registry</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IExtension Registry</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IExtension Registry</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1087,13 +1087,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Types</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Types</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Types</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Types</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1103,13 +1103,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>IIterator</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>IIterator</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>IIterator</em>'. >+ * @return the result of interpreting the object as an instance of '<em>IIterator</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1119,13 +1119,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>ITypes</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>ITypes</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>ITypes</em>'. >+ * @return the result of interpreting the object as an instance of '<em>ITypes</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1135,13 +1135,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Unknown Extensibility Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Unknown Extensibility Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Unknown Extensibility Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Unknown Extensibility Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1151,13 +1151,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>XSD Schema Extensibility Element</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>XSD Schema Extensibility Element</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>XSD Schema Extensibility Element</em>'. >+ * @return the result of interpreting the object as an instance of '<em>XSD Schema Extensibility Element</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1167,13 +1167,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>Message Reference</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>Message Reference</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>Message Reference</em>'. >+ * @return the result of interpreting the object as an instance of '<em>Message Reference</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) > * @generated > */ >@@ -1183,13 +1183,13 @@ > } > > /** >- * Returns the result of interpretting the object as an instance of '<em>EObject</em>'. >+ * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. > * <!-- begin-user-doc --> > * This implementation returns null; > * returning a non-null result will terminate the switch, but this is the last case anyway. > * <!-- end-user-doc --> > * @param object the target of the switch. >- * @return the result of interpretting the object as an instance of '<em>EObject</em>'. >+ * @return the result of interpreting the object as an instance of '<em>EObject</em>'. > * @see #doSwitch(org.eclipse.emf.ecore.EObject) > * @generated > */ >Index: src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEPackageImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEPackageImpl.java,v >retrieving revision 1.4 >diff -u -r1.4 MIMEPackageImpl.java >--- src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEPackageImpl.java 21 Feb 2008 01:57:53 -0000 1.4 >+++ src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEPackageImpl.java 19 Dec 2008 21:05:20 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -27,7 +27,6 @@ > import org.eclipse.wst.wsdl.binding.mime.MIMEMultipartRelated; > import org.eclipse.wst.wsdl.binding.mime.MIMEPackage; > import org.eclipse.wst.wsdl.binding.mime.MIMEPart; >-import org.eclipse.xsd.XSDPackage; > > > /** >@@ -163,7 +162,6 @@ > > // Initialize simple dependencies > WSDLPackage.eINSTANCE.eClass(); >- XSDPackage.eINSTANCE.eClass(); > > // Create package meta-data objects > theMIMEPackage.createPackageContents(); >Index: src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEMimeXmlImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEMimeXmlImpl.java,v >retrieving revision 1.6 >diff -u -r1.6 MIMEMimeXmlImpl.java >--- src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEMimeXmlImpl.java 23 Apr 2008 04:54:44 -0000 1.6 >+++ src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEMimeXmlImpl.java 19 Dec 2008 21:05:20 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -56,7 +56,7 @@ > * @generated > * @ordered > */ >- protected Part ePart = null; >+ protected Part ePart; > > private String part; > >Index: src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEContentImpl.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEContentImpl.java,v >retrieving revision 1.6 >diff -u -r1.6 MIMEContentImpl.java >--- src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEContentImpl.java 23 Apr 2008 04:54:44 -0000 1.6 >+++ src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEContentImpl.java 19 Dec 2008 21:05:20 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -77,7 +77,7 @@ > * @generated > * @ordered > */ >- protected Part ePart = null; >+ protected Part ePart; > > private String part; // TBD > >Index: src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.java,v >retrieving revision 1.2 >diff -u -r1.2 HTTPUrlEncoded.java >--- src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.java 15 Mar 2007 00:40:18 -0000 1.2 >+++ src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.java 19 Dec 2008 21:05:19 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -21,7 +21,7 @@ > * > * > * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPUrlEncoded() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPUrlEncoded" > * @generated > */ > public interface HTTPUrlEncoded extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPUrlEncoded >Index: src-http/org/eclipse/wst/wsdl/binding/http/HTTPAddress.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-http/org/eclipse/wst/wsdl/binding/http/HTTPAddress.java,v >retrieving revision 1.2 >diff -u -r1.2 HTTPAddress.java >--- src-http/org/eclipse/wst/wsdl/binding/http/HTTPAddress.java 15 Mar 2007 00:40:18 -0000 1.2 >+++ src-http/org/eclipse/wst/wsdl/binding/http/HTTPAddress.java 19 Dec 2008 21:05:19 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -27,7 +27,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPAddress() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPAddress" > * @generated > */ > public interface HTTPAddress extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPAddress >Index: src-http/org/eclipse/wst/wsdl/binding/http/HTTPOperation.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-http/org/eclipse/wst/wsdl/binding/http/HTTPOperation.java,v >retrieving revision 1.2 >diff -u -r1.2 HTTPOperation.java >--- src-http/org/eclipse/wst/wsdl/binding/http/HTTPOperation.java 15 Mar 2007 00:40:18 -0000 1.2 >+++ src-http/org/eclipse/wst/wsdl/binding/http/HTTPOperation.java 19 Dec 2008 21:05:19 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -27,7 +27,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPOperation() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPOperation" > * @generated > */ > public interface HTTPOperation extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPOperation >Index: src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.java,v >retrieving revision 1.2 >diff -u -r1.2 HTTPUrlReplacement.java >--- src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.java 15 Mar 2007 00:40:18 -0000 1.2 >+++ src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.java 19 Dec 2008 21:05:19 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -21,7 +21,7 @@ > * > * > * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPUrlReplacement() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPUrlReplacement" > * @generated > */ > public interface HTTPUrlReplacement extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPUrlReplacement >Index: src-http/org/eclipse/wst/wsdl/binding/http/HTTPBinding.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-http/org/eclipse/wst/wsdl/binding/http/HTTPBinding.java,v >retrieving revision 1.2 >diff -u -r1.2 HTTPBinding.java >--- src-http/org/eclipse/wst/wsdl/binding/http/HTTPBinding.java 15 Mar 2007 00:40:18 -0000 1.2 >+++ src-http/org/eclipse/wst/wsdl/binding/http/HTTPBinding.java 19 Dec 2008 21:05:19 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -27,7 +27,7 @@ > * </p> > * > * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPBinding() >- * @model >+ * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPBinding" > * @generated > */ > public interface HTTPBinding extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPBinding >Index: src-mime/org/eclipse/wst/wsdl/binding/mime/internal/util/MIMEAdapterFactory.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/src-mime/org/eclipse/wst/wsdl/binding/mime/internal/util/MIMEAdapterFactory.java,v >retrieving revision 1.2 >diff -u -r1.2 MIMEAdapterFactory.java >--- src-mime/org/eclipse/wst/wsdl/binding/mime/internal/util/MIMEAdapterFactory.java 15 Mar 2007 00:40:18 -0000 1.2 >+++ src-mime/org/eclipse/wst/wsdl/binding/mime/internal/util/MIMEAdapterFactory.java 19 Dec 2008 21:05:21 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2007 IBM Corporation and others. >+ * Copyright (c) 2001, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -75,7 +75,7 @@ > } > > /** >- * The switch the delegates to the <code>createXXX</code> methods. >+ * The switch that delegates to the <code>createXXX</code> methods. > * <!-- begin-user-doc --> > * <!-- end-user-doc --> > * @generated >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.wst.wsdl/plugin.xml,v >retrieving revision 1.22 >diff -u -r1.22 plugin.xml >--- plugin.xml 15 Mar 2007 00:40:19 -0000 1.22 >+++ plugin.xml 19 Dec 2008 21:05:19 -0000 >@@ -146,7 +146,7 @@ > > > <!-- define a wsdl content type --> >- <extension point="org.eclipse.core.runtime.contentTypes"> >+ <extension point="org.eclipse.core.contenttype.contentTypes"> > <content-type > priority="high" > name="%xpWSDLContentType"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 259415
:
120979
|
121527