Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 259415
Collapse All | Expand All

(-)src/org/eclipse/wst/wsdl/tests/BugFixesTest.java (-1 lines)
Lines 1665-1671 Link Here
1665
    {
1665
    {
1666
      // load a wsdl that contains an xsd:import outside of wsdl:types
1666
      // load a wsdl that contains an xsd:import outside of wsdl:types
1667
      Definition definition = DefinitionLoader.load(PLUGIN_ABSOLUTE_PATH + "samples/BugFixes/GetWSDLType/BadImport.wsdl", true); //$NON-NLS-1$
1667
      Definition definition = DefinitionLoader.load(PLUGIN_ABSOLUTE_PATH + "samples/BugFixes/GetWSDLType/BadImport.wsdl", true); //$NON-NLS-1$
1668
      String targetNamespace = definition.getTargetNamespace();
1669
      
1668
      
1670
      // there should only be one valid wsdl:import
1669
      // there should only be one valid wsdl:import
1671
      Map imports = definition.getImports();
1670
      Map imports = definition.getImports();
(-)src-wsdl/org/eclipse/wst/wsdl/ExtensibleElement.java (-3 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 65-71 Link Here
65
   * @return the value of the '<em>EFault</em>' reference.
65
   * @return the value of the '<em>EFault</em>' reference.
66
   * @ignore
66
   * @ignore
67
   * <!-- end-user-doc -->
67
   * <!-- end-user-doc -->
68
   * @model kind="operation" many="false"
68
   * @model kind="operation" type="org.eclipse.wst.wsdl.IList" many="false"
69
   * @generated
69
   * @generated
70
   */
70
   */
71
  List getExtensibilityElements();
71
  List getExtensibilityElements();
Lines 76-82 Link Here
76
   * @param extElement An ExtensibilityElement to be added.
76
   * @param extElement An ExtensibilityElement to be added.
77
   * @ignore
77
   * @ignore
78
   * <!-- end-user-doc -->
78
   * <!-- end-user-doc -->
79
   * @model
79
   * @model extElementType="org.eclipse.wst.wsdl.IExtensibilityElement"
80
   * @generated
80
   * @generated
81
   */
81
   */
82
  void addExtensibilityElement(ExtensibilityElement extElement);
82
  void addExtensibilityElement(ExtensibilityElement extElement);
(-)src-wsdl/org/eclipse/wst/wsdl/BindingInput.java (-4 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 30-36 Link Here
30
 * </p>
30
 * </p>
31
 *
31
 *
32
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingInput()
32
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingInput()
33
 * @model
33
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBindingInput"
34
 * @generated
34
 * @generated
35
 */
35
 */
36
public interface BindingInput extends ExtensibleElement, javax.wsdl.BindingInput
36
public interface BindingInput extends ExtensibleElement, javax.wsdl.BindingInput
Lines 94-100 Link Here
94
   * @return the value of the '<em>EInput</em>' reference.
94
   * @return the value of the '<em>EInput</em>' reference.
95
   * @ignore
95
   * @ignore
96
   * <!-- end-user-doc -->
96
   * <!-- end-user-doc -->
97
   * @model kind="operation"
97
   * @model kind="operation" type="org.eclipse.wst.wsdl.IInput"
98
   * @generated
98
   * @generated
99
   */
99
   */
100
  javax.wsdl.Input getInput();
100
  javax.wsdl.Input getInput();
Lines 106-112 Link Here
106
   * @param input the new value of the '<em>EInput</em>' reference.
106
   * @param input the new value of the '<em>EInput</em>' reference.
107
   * @ignore
107
   * @ignore
108
   * <!-- end-user-doc -->
108
   * <!-- end-user-doc -->
109
   * @model
109
   * @model inputType="org.eclipse.wst.wsdl.IInput"
110
   * @generated
110
   * @generated
111
   */
111
   */
112
  void setInput(javax.wsdl.Input input);
112
  void setInput(javax.wsdl.Input input);
(-)src-wsdl/org/eclipse/wst/wsdl/BindingOperation.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 36-42 Link Here
36
 * </p>
36
 * </p>
37
 *
37
 *
38
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingOperation()
38
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingOperation()
39
 * @model
39
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBindingOperation"
40
 * @generated
40
 * @generated
41
 */
41
 */
42
public interface BindingOperation extends ExtensibleElement, javax.wsdl.BindingOperation
42
public interface BindingOperation extends ExtensibleElement, javax.wsdl.BindingOperation
(-)src-wsdl/org/eclipse/wst/wsdl/Part.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 41-47 Link Here
41
 * </p>
41
 * </p>
42
 *
42
 *
43
 * @see org.eclipse.wst.wsdl.WSDLPackage#getPart()
43
 * @see org.eclipse.wst.wsdl.WSDLPackage#getPart()
44
 * @model
44
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IPart"
45
 * @generated
45
 * @generated
46
 */
46
 */
47
public interface Part extends ExtensibleElement, javax.wsdl.Part
47
public interface Part extends ExtensibleElement, javax.wsdl.Part
(-)src-wsdl/org/eclipse/wst/wsdl/Definition.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 46-52 Link Here
46
 * </p>
46
 * </p>
47
 *
47
 *
48
 * @see org.eclipse.wst.wsdl.WSDLPackage#getDefinition()
48
 * @see org.eclipse.wst.wsdl.WSDLPackage#getDefinition()
49
 * @model
49
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IDefinition"
50
 * @generated
50
 * @generated
51
 */
51
 */
52
public interface Definition extends ExtensibleElement, javax.wsdl.Definition
52
public interface Definition extends ExtensibleElement, javax.wsdl.Definition
(-)src-wsdl/org/eclipse/wst/wsdl/Binding.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 37-43 Link Here
37
 * </p>
37
 * </p>
38
 *
38
 *
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBinding()
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBinding()
40
 * @model
40
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBinding"
41
 * @generated
41
 * @generated
42
 */
42
 */
43
public interface Binding extends ExtensibleElement, javax.wsdl.Binding
43
public interface Binding extends ExtensibleElement, javax.wsdl.Binding
(-)src-wsdl/org/eclipse/wst/wsdl/Output.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 24-30 Link Here
24
 *
24
 *
25
 *
25
 *
26
 * @see org.eclipse.wst.wsdl.WSDLPackage#getOutput()
26
 * @see org.eclipse.wst.wsdl.WSDLPackage#getOutput()
27
 * @model
27
 * @model superTypes="org.eclipse.wst.wsdl.MessageReference org.eclipse.wst.wsdl.IOutput"
28
 * @generated
28
 * @generated
29
 */
29
 */
30
public interface Output extends MessageReference, javax.wsdl.Output
30
public interface Output extends MessageReference, javax.wsdl.Output
(-)src-wsdl/org/eclipse/wst/wsdl/Message.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 37-43 Link Here
37
 * </p>
37
 * </p>
38
 *
38
 *
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getMessage()
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getMessage()
40
 * @model
40
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IMessage"
41
 * @generated
41
 * @generated
42
 */
42
 */
43
public interface Message extends ExtensibleElement, javax.wsdl.Message
43
public interface Message extends ExtensibleElement, javax.wsdl.Message
(-)src-wsdl/org/eclipse/wst/wsdl/PortType.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 37-43 Link Here
37
 * </p>
37
 * </p>
38
 *
38
 *
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getPortType()
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getPortType()
40
 * @model
40
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IPortType"
41
 * @generated
41
 * @generated
42
 */
42
 */
43
public interface PortType extends ExtensibleElement, javax.wsdl.PortType
43
public interface PortType extends ExtensibleElement, javax.wsdl.PortType
(-)src-wsdl/org/eclipse/wst/wsdl/Import.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 36-42 Link Here
36
 * </p>
36
 * </p>
37
 *
37
 *
38
 * @see org.eclipse.wst.wsdl.WSDLPackage#getImport()
38
 * @see org.eclipse.wst.wsdl.WSDLPackage#getImport()
39
 * @model
39
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IImport"
40
 * @generated
40
 * @generated
41
 */
41
 */
42
public interface Import extends ExtensibleElement, javax.wsdl.Import
42
public interface Import extends ExtensibleElement, javax.wsdl.Import
(-)src-wsdl/org/eclipse/wst/wsdl/Input.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 24-30 Link Here
24
 *
24
 *
25
 *
25
 *
26
 * @see org.eclipse.wst.wsdl.WSDLPackage#getInput()
26
 * @see org.eclipse.wst.wsdl.WSDLPackage#getInput()
27
 * @model
27
 * @model superTypes="org.eclipse.wst.wsdl.MessageReference org.eclipse.wst.wsdl.IInput"
28
 * @generated
28
 * @generated
29
 */
29
 */
30
public interface Input extends MessageReference, javax.wsdl.Input
30
public interface Input extends MessageReference, javax.wsdl.Input
(-)src-wsdl/org/eclipse/wst/wsdl/BindingFault.java (-4 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 30-36 Link Here
30
 * </p>
30
 * </p>
31
 *
31
 *
32
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingFault()
32
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingFault()
33
 * @model
33
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBindingFault"
34
 * @generated
34
 * @generated
35
 */
35
 */
36
public interface BindingFault extends ExtensibleElement, javax.wsdl.BindingFault
36
public interface BindingFault extends ExtensibleElement, javax.wsdl.BindingFault
Lines 94-100 Link Here
94
   * @return the value of the '<em>EFault</em>' reference.
94
   * @return the value of the '<em>EFault</em>' reference.
95
   * @ignore
95
   * @ignore
96
   * <!-- end-user-doc -->
96
   * <!-- end-user-doc -->
97
   * @model kind="operation"
97
   * @model kind="operation" type="org.eclipse.wst.wsdl.IFault"
98
   * @generated
98
   * @generated
99
   */
99
   */
100
  javax.wsdl.Fault getFault();
100
  javax.wsdl.Fault getFault();
Lines 106-112 Link Here
106
   * @param fault the new value of the '<em>EFault</em>' reference.
106
   * @param fault the new value of the '<em>EFault</em>' reference.
107
   * @ignore
107
   * @ignore
108
   * <!-- end-user-doc -->
108
   * <!-- end-user-doc -->
109
   * @model
109
   * @model faultType="org.eclipse.wst.wsdl.IFault"
110
   * @generated
110
   * @generated
111
   */
111
   */
112
  void setFault(javax.wsdl.Fault fault);
112
  void setFault(javax.wsdl.Fault fault);
(-)src-wsdl/org/eclipse/wst/wsdl/ExtensibilityElement.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 34-40 Link Here
34
 * </p>
34
 * </p>
35
 *
35
 *
36
 * @see org.eclipse.wst.wsdl.WSDLPackage#getExtensibilityElement()
36
 * @see org.eclipse.wst.wsdl.WSDLPackage#getExtensibilityElement()
37
 * @model
37
 * @model superTypes="org.eclipse.wst.wsdl.WSDLElement org.eclipse.wst.wsdl.IExtensibilityElement"
38
 * @generated
38
 * @generated
39
 */
39
 */
40
public interface ExtensibilityElement extends WSDLElement, javax.wsdl.extensions.ExtensibilityElement
40
public interface ExtensibilityElement extends WSDLElement, javax.wsdl.extensions.ExtensibilityElement
(-)src-wsdl/org/eclipse/wst/wsdl/Fault.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 24-30 Link Here
24
 *
24
 *
25
 *
25
 *
26
 * @see org.eclipse.wst.wsdl.WSDLPackage#getFault()
26
 * @see org.eclipse.wst.wsdl.WSDLPackage#getFault()
27
 * @model
27
 * @model superTypes="org.eclipse.wst.wsdl.MessageReference org.eclipse.wst.wsdl.IFault"
28
 * @generated
28
 * @generated
29
 */
29
 */
30
public interface Fault extends MessageReference, javax.wsdl.Fault
30
public interface Fault extends MessageReference, javax.wsdl.Fault
(-)src-wsdl/org/eclipse/wst/wsdl/Port.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 31-37 Link Here
31
 * </p>
31
 * </p>
32
 *
32
 *
33
 * @see org.eclipse.wst.wsdl.WSDLPackage#getPort()
33
 * @see org.eclipse.wst.wsdl.WSDLPackage#getPort()
34
 * @model
34
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IPort"
35
 * @generated
35
 * @generated
36
 */
36
 */
37
public interface Port extends ExtensibleElement, javax.wsdl.Port
37
public interface Port extends ExtensibleElement, javax.wsdl.Port
(-)src-wsdl/org/eclipse/wst/wsdl/Operation.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 41-47 Link Here
41
 * </p>
41
 * </p>
42
 *
42
 *
43
 * @see org.eclipse.wst.wsdl.WSDLPackage#getOperation()
43
 * @see org.eclipse.wst.wsdl.WSDLPackage#getOperation()
44
 * @model
44
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IOperation"
45
 * @generated
45
 * @generated
46
 */
46
 */
47
public interface Operation extends ExtensibleElement, javax.wsdl.Operation
47
public interface Operation extends ExtensibleElement, javax.wsdl.Operation
(-)src-wsdl/org/eclipse/wst/wsdl/Service.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 37-43 Link Here
37
 * </p>
37
 * </p>
38
 *
38
 *
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getService()
39
 * @see org.eclipse.wst.wsdl.WSDLPackage#getService()
40
 * @model
40
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IService"
41
 * @generated
41
 * @generated
42
 */
42
 */
43
public interface Service extends ExtensibleElement, javax.wsdl.Service
43
public interface Service extends ExtensibleElement, javax.wsdl.Service
(-)src-wsdl/org/eclipse/wst/wsdl/Types.java (-4 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 27-33 Link Here
27
 *
27
 *
28
 *
28
 *
29
 * @see org.eclipse.wst.wsdl.WSDLPackage#getTypes()
29
 * @see org.eclipse.wst.wsdl.WSDLPackage#getTypes()
30
 * @model
30
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.ITypes"
31
 * @generated
31
 * @generated
32
 */
32
 */
33
public interface Types extends ExtensibleElement, javax.wsdl.Types
33
public interface Types extends ExtensibleElement, javax.wsdl.Types
Lines 39-45 Link Here
39
   * @see org.eclipse.xsd.XSDSchema
39
   * @see org.eclipse.xsd.XSDSchema
40
   * @ignore
40
   * @ignore
41
   * <!-- end-user-doc -->
41
   * <!-- end-user-doc -->
42
   * @model kind="operation" many="false"
42
   * @model kind="operation" type="org.eclipse.wst.wsdl.IList" many="false"
43
   * @generated
43
   * @generated
44
   */
44
   */
45
  List getSchemas();
45
  List getSchemas();
Lines 53-59 Link Here
53
   * @see org.eclipse.xsd.XSDSchema
53
   * @see org.eclipse.xsd.XSDSchema
54
   * @ignore
54
   * @ignore
55
   * <!-- end-user-doc -->
55
   * <!-- end-user-doc -->
56
   * @model many="false"
56
   * @model type="org.eclipse.wst.wsdl.IList" many="false"
57
   * @generated
57
   * @generated
58
   */
58
   */
59
  List getSchemas(String namespaceURI);
59
  List getSchemas(String namespaceURI);
(-)src-wsdl/org/eclipse/wst/wsdl/BindingOutput.java (-4 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 31-37 Link Here
31
 * </p>
31
 * </p>
32
 *
32
 *
33
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingOutput()
33
 * @see org.eclipse.wst.wsdl.WSDLPackage#getBindingOutput()
34
 * @model
34
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibleElement org.eclipse.wst.wsdl.IBindingOutput"
35
 * @generated
35
 * @generated
36
 */
36
 */
37
public interface BindingOutput extends ExtensibleElement, javax.wsdl.BindingOutput
37
public interface BindingOutput extends ExtensibleElement, javax.wsdl.BindingOutput
Lines 95-101 Link Here
95
   * @return the value of the '<em>EOutput</em>' reference.
95
   * @return the value of the '<em>EOutput</em>' reference.
96
   * @ignore
96
   * @ignore
97
   * <!-- end-user-doc -->
97
   * <!-- end-user-doc -->
98
   * @model kind="operation"
98
   * @model kind="operation" type="org.eclipse.wst.wsdl.IOutput"
99
   * @generated
99
   * @generated
100
   */
100
   */
101
  javax.wsdl.Output getOutput();
101
  javax.wsdl.Output getOutput();
Lines 107-113 Link Here
107
   * @param output the new value of the '<em>EOutput</em>' reference.
107
   * @param output the new value of the '<em>EOutput</em>' reference.
108
   * @ignore
108
   * @ignore
109
   * <!-- end-user-doc -->
109
   * <!-- end-user-doc -->
110
   * @model
110
   * @model outputType="org.eclipse.wst.wsdl.IOutput"
111
   * @generated
111
   * @generated
112
   */
112
   */
113
  void setOutput(javax.wsdl.Output output);
113
  void setOutput(javax.wsdl.Output output);
(-)src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMimeXml.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 28-34 Link Here
28
 * </p>
28
 * </p>
29
 *
29
 *
30
 * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEMimeXml()
30
 * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEMimeXml()
31
 * @model
31
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.mime.IMIMEMimeXml"
32
 * @generated
32
 * @generated
33
 */
33
 */
34
public interface MIMEMimeXml extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEMimeXml
34
public interface MIMEMimeXml extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEMimeXml
(-)src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEMultipartRelated.java (-3 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 32-38 Link Here
32
 * </p>
32
 * </p>
33
 *
33
 *
34
 * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEMultipartRelated()
34
 * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEMultipartRelated()
35
 * @model
35
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.mime.IMIMEMultipartRelated"
36
 * @generated
36
 * @generated
37
 */
37
 */
38
public interface MIMEMultipartRelated extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEMultipartRelated
38
public interface MIMEMultipartRelated extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEMultipartRelated
Lines 56-62 Link Here
56
  /**
56
  /**
57
   * <!-- begin-user-doc -->
57
   * <!-- begin-user-doc -->
58
   * <!-- end-user-doc -->
58
   * <!-- end-user-doc -->
59
   * @model
59
   * @model mimePartType="org.eclipse.wst.wsdl.binding.mime.IMIMEPart"
60
   * @generated
60
   * @generated
61
   */
61
   */
62
  void addMIMEPart(MIMEPart mimePart);
62
  void addMIMEPart(MIMEPart mimePart);
(-)src-mime/org/eclipse/wst/wsdl/binding/mime/MIMEContent.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 29-35 Link Here
29
 * </p>
29
 * </p>
30
 *
30
 *
31
 * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEContent()
31
 * @see org.eclipse.wst.wsdl.binding.mime.MIMEPackage#getMIMEContent()
32
 * @model
32
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.mime.IMIMEContent"
33
 * @generated
33
 * @generated
34
 */
34
 */
35
public interface MIMEContent extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEContent
35
public interface MIMEContent extends ExtensibilityElement, javax.wsdl.extensions.mime.MIMEContent
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPAddress.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 27-33 Link Here
27
 * </p>
27
 * </p>
28
 *
28
 *
29
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPAddress()
29
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPAddress()
30
 * @model
30
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPAddress"
31
 * @generated
31
 * @generated
32
 */
32
 */
33
public interface SOAPAddress extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPAddress
33
public interface SOAPAddress extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPAddress
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeader.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 27-33 Link Here
27
 * </p>
27
 * </p>
28
 *
28
 *
29
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeader()
29
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeader()
30
 * @model
30
 * @model superTypes="org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase org.eclipse.wst.wsdl.binding.soap.ISOAPHeader"
31
 * @generated
31
 * @generated
32
 */
32
 */
33
public interface SOAPHeader extends SOAPHeaderBase, javax.wsdl.extensions.soap.SOAPHeader
33
public interface SOAPHeader extends SOAPHeaderBase, javax.wsdl.extensions.soap.SOAPHeader
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPFault.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 30-36 Link Here
30
 *
30
 *
31
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPFault()
31
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPFault()
32
 * @model features="eEncodingStyles" 
32
 * @model features="eEncodingStyles" 
33
 *        eEncodingStylesType="java.lang.String" eEncodingStylesDataType="org.eclipse.wst.wsdl.binding.soap.IString" eEncodingStylesMany="true" eEncodingStylesSuppressedGetVisibility="true"
33
 *        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"
34
 * @generated
34
 * @generated
35
 */
35
 */
36
public interface SOAPFault extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPFault
36
public interface SOAPFault extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPFault
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBody.java (-3 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 31-37 Link Here
31
 * </p>
31
 * </p>
32
 *
32
 *
33
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBody()
33
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBody()
34
 * @model
34
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPBody"
35
 * @generated
35
 * @generated
36
 */
36
 */
37
public interface SOAPBody extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPBody
37
public interface SOAPBody extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPBody
Lines 100-106 Link Here
100
   * <!-- end-user-doc -->
100
   * <!-- end-user-doc -->
101
   * @return the value of the '<em>EEncoding Styles</em>' attribute list.
101
   * @return the value of the '<em>EEncoding Styles</em>' attribute list.
102
   * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBody_EEncodingStyles()
102
   * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBody_EEncodingStyles()
103
   * @model type="java.lang.String" dataType="org.eclipse.wst.wsdl.binding.soap.IString"
103
   * @model dataType="org.eclipse.wst.wsdl.binding.soap.IString"
104
   * @generated
104
   * @generated
105
   */
105
   */
106
  EList getEEncodingStyles();
106
  EList getEEncodingStyles();
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderBase.java (-4 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 108-114 Link Here
108
   * <!-- end-user-doc -->
108
   * <!-- end-user-doc -->
109
   * @return the value of the '<em>EEncoding Styles</em>' attribute list.
109
   * @return the value of the '<em>EEncoding Styles</em>' attribute list.
110
   * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeaderBase_EEncodingStyles()
110
   * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeaderBase_EEncodingStyles()
111
   * @model type="java.lang.String" dataType="org.eclipse.wst.wsdl.binding.soap.IString"
111
   * @model dataType="org.eclipse.wst.wsdl.binding.soap.IString"
112
   * @generated
112
   * @generated
113
   */
113
   */
114
  EList getEEncodingStyles();
114
  EList getEEncodingStyles();
Lines 212-218 Link Here
212
  /**
212
  /**
213
   * <!-- begin-user-doc -->
213
   * <!-- begin-user-doc -->
214
   * <!-- end-user-doc -->
214
   * <!-- end-user-doc -->
215
   * @model kind="operation" many="false"
215
   * @model kind="operation" type="org.eclipse.wst.wsdl.IList" many="false"
216
   * @generated
216
   * @generated
217
   */
217
   */
218
  List getEncodingStyles();
218
  List getEncodingStyles();
Lines 220-226 Link Here
220
  /**
220
  /**
221
   * <!-- begin-user-doc -->
221
   * <!-- begin-user-doc -->
222
   * <!-- end-user-doc -->
222
   * <!-- end-user-doc -->
223
   * @model encodingStylesMany="false"
223
   * @model encodingStylesType="org.eclipse.wst.wsdl.IList" encodingStylesMany="false"
224
   * @generated
224
   * @generated
225
   */
225
   */
226
  void setEncodingStyles(List encodingStyles);
226
  void setEncodingStyles(List encodingStyles);
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPHeaderFault.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 18-24 Link Here
18
 *
18
 *
19
 *
19
 *
20
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeaderFault()
20
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPHeaderFault()
21
 * @model
21
 * @model superTypes="org.eclipse.wst.wsdl.binding.soap.SOAPHeaderBase org.eclipse.wst.wsdl.binding.soap.ISOAPHeaderFault"
22
 * @generated
22
 * @generated
23
 */
23
 */
24
public interface SOAPHeaderFault extends SOAPHeaderBase, javax.wsdl.extensions.soap.SOAPHeaderFault
24
public interface SOAPHeaderFault extends SOAPHeaderBase, javax.wsdl.extensions.soap.SOAPHeaderFault
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPBinding.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 28-34 Link Here
28
 * </p>
28
 * </p>
29
 *
29
 *
30
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBinding()
30
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPBinding()
31
 * @model
31
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPBinding"
32
 * @generated
32
 * @generated
33
 */
33
 */
34
public interface SOAPBinding extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPBinding
34
public interface SOAPBinding extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPBinding
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/SOAPOperation.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 28-34 Link Here
28
 * </p>
28
 * </p>
29
 *
29
 *
30
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPOperation()
30
 * @see org.eclipse.wst.wsdl.binding.soap.SOAPPackage#getSOAPOperation()
31
 * @model
31
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.soap.ISOAPOperation"
32
 * @generated
32
 * @generated
33
 */
33
 */
34
public interface SOAPOperation extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPOperation
34
public interface SOAPOperation extends ExtensibilityElement, javax.wsdl.extensions.soap.SOAPOperation
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPFaultImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 103-109 Link Here
103
   * @generated
103
   * @generated
104
   * @ordered
104
   * @ordered
105
   */
105
   */
106
  protected EList eEncodingStyles = null;
106
  protected EList eEncodingStyles;
107
107
108
  /**
108
  /**
109
   * The default value of the '{@link #getName() <em>Name</em>}' attribute.
109
   * The default value of the '{@link #getName() <em>Name</em>}' attribute.
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPBodyImpl.java (-3 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 112-118 Link Here
112
   * @generated
112
   * @generated
113
   * @ordered
113
   * @ordered
114
   */
114
   */
115
  protected EList eEncodingStyles = null;
115
  protected EList eEncodingStyles;
116
116
117
  /**
117
  /**
118
   * The cached value of the '{@link #getEParts() <em>EParts</em>}' reference list.
118
   * The cached value of the '{@link #getEParts() <em>EParts</em>}' reference list.
Lines 122-128 Link Here
122
   * @generated
122
   * @generated
123
   * @ordered
123
   * @ordered
124
   */
124
   */
125
  protected EList eParts = null;
125
  protected EList eParts;
126
126
127
  /**
127
  /**
128
   * The cached value of the '{@link #getParts() <em>Parts</em>}' reference list.
128
   * The cached value of the '{@link #getParts() <em>Parts</em>}' reference list.
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 61-67 Link Here
61
   * @generated
61
   * @generated
62
   * @ordered
62
   * @ordered
63
   */
63
   */
64
  protected EList headerFaults = null;
64
  protected EList headerFaults;
65
65
66
  /**
66
  /**
67
   * <!-- begin-user-doc -->
67
   * <!-- begin-user-doc -->
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPHeaderBaseImpl.java (-4 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 106-112 Link Here
106
   * @generated
106
   * @generated
107
   * @ordered
107
   * @ordered
108
   */
108
   */
109
  protected EList eEncodingStyles = null;
109
  protected EList eEncodingStyles;
110
110
111
  /**
111
  /**
112
   * The default value of the '{@link #getMessage() <em>Message</em>}' attribute.
112
   * The default value of the '{@link #getMessage() <em>Message</em>}' attribute.
Lines 156-162 Link Here
156
   * @generated
156
   * @generated
157
   * @ordered
157
   * @ordered
158
   */
158
   */
159
  protected Message eMessage = null;
159
  protected Message eMessage;
160
160
161
  /**
161
  /**
162
   * The cached value of the '{@link #getEPart() <em>EPart</em>}' reference.
162
   * The cached value of the '{@link #getEPart() <em>EPart</em>}' reference.
Lines 166-172 Link Here
166
   * @generated
166
   * @generated
167
   * @ordered
167
   * @ordered
168
   */
168
   */
169
  protected Part ePart = null;
169
  protected Part ePart;
170
170
171
  /**
171
  /**
172
   * <!-- begin-user-doc -->
172
   * <!-- begin-user-doc -->
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/internal/impl/SOAPPackageImpl.java (-8 / +6 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 29-35 Link Here
29
import org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault;
29
import org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault;
30
import org.eclipse.wst.wsdl.binding.soap.SOAPOperation;
30
import org.eclipse.wst.wsdl.binding.soap.SOAPOperation;
31
import org.eclipse.wst.wsdl.binding.soap.SOAPPackage;
31
import org.eclipse.wst.wsdl.binding.soap.SOAPPackage;
32
import org.eclipse.xsd.XSDPackage;
33
32
34
33
35
/**
34
/**
Lines 214-220 Link Here
214
213
215
    // Initialize simple dependencies
214
    // Initialize simple dependencies
216
    WSDLPackage.eINSTANCE.eClass();
215
    WSDLPackage.eINSTANCE.eClass();
217
    XSDPackage.eINSTANCE.eClass();
218
216
219
    // Create package meta-data objects
217
    // Create package meta-data objects
220
    theSOAPPackage.createPackageContents();
218
    theSOAPPackage.createPackageContents();
Lines 791-799 Link Here
791
      null,
789
      null,
792
      "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$
790
      "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$
793
791
794
    EOperation op = addEOperation(soapHeaderBaseEClass, theWSDLPackage.getIList(), "getEncodingStyles", 0, 1); //$NON-NLS-1$
792
    addEOperation(soapHeaderBaseEClass, theWSDLPackage.getIList(), "getEncodingStyles", 0, 1); //$NON-NLS-1$
795
793
796
    op = addEOperation(soapHeaderBaseEClass, null, "setEncodingStyles"); //$NON-NLS-1$
794
    EOperation op = addEOperation(soapHeaderBaseEClass, null, "setEncodingStyles"); //$NON-NLS-1$
797
    addEParameter(op, theWSDLPackage.getIList(), "encodingStyles", 0, 1); //$NON-NLS-1$
795
    addEParameter(op, theWSDLPackage.getIList(), "encodingStyles", 0, 1); //$NON-NLS-1$
798
796
799
    initEClass(soapFaultEClass, SOAPFault.class, "SOAPFault", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
797
    initEClass(soapFaultEClass, SOAPFault.class, "SOAPFault", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
Lines 854-865 Link Here
854
      javax.wsdl.extensions.soap.SOAPBody.class,
852
      javax.wsdl.extensions.soap.SOAPBody.class,
855
      "ISOAPBody", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
853
      "ISOAPBody", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
856
854
857
    op = addEOperation(isoapBodyEClass, theWSDLPackage.getIList(), "getEncodingStyles", 0, 1); //$NON-NLS-1$
855
    addEOperation(isoapBodyEClass, theWSDLPackage.getIList(), "getEncodingStyles", 0, 1); //$NON-NLS-1$
858
856
859
    op = addEOperation(isoapBodyEClass, null, "setEncodingStyles"); //$NON-NLS-1$
857
    op = addEOperation(isoapBodyEClass, null, "setEncodingStyles"); //$NON-NLS-1$
860
    addEParameter(op, theWSDLPackage.getIList(), "encodingStyles", 0, 1); //$NON-NLS-1$
858
    addEParameter(op, theWSDLPackage.getIList(), "encodingStyles", 0, 1); //$NON-NLS-1$
861
859
862
    op = addEOperation(isoapBodyEClass, theWSDLPackage.getIList(), "getParts", 0, 1); //$NON-NLS-1$
860
    addEOperation(isoapBodyEClass, theWSDLPackage.getIList(), "getParts", 0, 1); //$NON-NLS-1$
863
861
864
    op = addEOperation(isoapBodyEClass, null, "setParts"); //$NON-NLS-1$
862
    op = addEOperation(isoapBodyEClass, null, "setParts"); //$NON-NLS-1$
865
    addEParameter(op, theWSDLPackage.getIList(), "parts", 0, 1); //$NON-NLS-1$
863
    addEParameter(op, theWSDLPackage.getIList(), "parts", 0, 1); //$NON-NLS-1$
Lines 884-890 Link Here
884
      javax.wsdl.extensions.soap.SOAPHeader.class,
882
      javax.wsdl.extensions.soap.SOAPHeader.class,
885
      "ISOAPHeader", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
883
      "ISOAPHeader", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
886
884
887
    op = addEOperation(isoapHeaderEClass, theWSDLPackage.getIList(), "getSOAPHeaderFaults", 0, 1); //$NON-NLS-1$
885
    addEOperation(isoapHeaderEClass, theWSDLPackage.getIList(), "getSOAPHeaderFaults", 0, 1); //$NON-NLS-1$
888
886
889
    op = addEOperation(isoapHeaderEClass, null, "addSOAPHeaderFault"); //$NON-NLS-1$
887
    op = addEOperation(isoapHeaderEClass, null, "addSOAPHeaderFault"); //$NON-NLS-1$
890
    addEParameter(op, this.getISOAPHeaderFault(), "soapHeaderFault", 0, 1); //$NON-NLS-1$
888
    addEParameter(op, this.getISOAPHeaderFault(), "soapHeaderFault", 0, 1); //$NON-NLS-1$
(-)src-http/org/eclipse/wst/wsdl/binding/http/internal/impl/HTTPPackageImpl.java (-3 / +1 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 23-29 Link Here
23
import org.eclipse.wst.wsdl.binding.http.HTTPPackage;
23
import org.eclipse.wst.wsdl.binding.http.HTTPPackage;
24
import org.eclipse.wst.wsdl.binding.http.HTTPUrlEncoded;
24
import org.eclipse.wst.wsdl.binding.http.HTTPUrlEncoded;
25
import org.eclipse.wst.wsdl.binding.http.HTTPUrlReplacement;
25
import org.eclipse.wst.wsdl.binding.http.HTTPUrlReplacement;
26
import org.eclipse.xsd.XSDPackage;
27
26
28
27
29
/**
28
/**
Lines 166-172 Link Here
166
165
167
    // Initialize simple dependencies
166
    // Initialize simple dependencies
168
    WSDLPackage.eINSTANCE.eClass();
167
    WSDLPackage.eINSTANCE.eClass();
169
    XSDPackage.eINSTANCE.eClass();
170
168
171
    // Create package meta-data objects
169
    // Create package meta-data objects
172
    theHTTPPackage.createPackageContents();
170
    theHTTPPackage.createPackageContents();
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 111-117 Link Here
111
   * @generated
111
   * @generated
112
   * @ordered
112
   * @ordered
113
   */
113
   */
114
  protected EList eParts = null;
114
  protected EList eParts;
115
115
116
  /**
116
  /**
117
   * <!-- begin-user-doc -->
117
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/ServiceImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 111-117 Link Here
111
   * @generated
111
   * @generated
112
   * @ordered
112
   * @ordered
113
   */
113
   */
114
  protected EList ePorts = null;
114
  protected EList ePorts;
115
115
116
  /**
116
  /**
117
   * <!-- begin-user-doc -->
117
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingInputImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 82-88 Link Here
82
   * @generated
82
   * @generated
83
   * @ordered
83
   * @ordered
84
   */
84
   */
85
  protected Input eInput = null;
85
  protected Input eInput;
86
86
87
  /**
87
  /**
88
   * <!-- begin-user-doc -->
88
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/XSDSchemaExtensibilityElementImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 53-59 Link Here
53
   * @generated
53
   * @generated
54
   * @ordered
54
   * @ordered
55
   */
55
   */
56
  protected XSDSchema schema = null;
56
  protected XSDSchema schema;
57
57
58
  /**
58
  /**
59
   * <!-- begin-user-doc -->
59
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortTypeImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 109-115 Link Here
109
   * @generated
109
   * @generated
110
   * @ordered
110
   * @ordered
111
   */
111
   */
112
  protected EList eOperations = null;
112
  protected EList eOperations;
113
113
114
  /**
114
  /**
115
   * <!-- begin-user-doc -->
115
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLPackageImpl.java (-53 / +53 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 1955-1963 Link Here
1955
      this.getDOMElement(),
1955
      this.getDOMElement(),
1956
      "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$
1956
      "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$
1957
1957
1958
    EOperation op = addEOperation(wsdlElementEClass, this.getDefinition(), "getEnclosingDefinition", 0, 1); //$NON-NLS-1$
1958
    addEOperation(wsdlElementEClass, this.getDefinition(), "getEnclosingDefinition", 0, 1); //$NON-NLS-1$
1959
1959
1960
    op = addEOperation(wsdlElementEClass, null, "setEnclosingDefinition"); //$NON-NLS-1$
1960
    EOperation op = addEOperation(wsdlElementEClass, null, "setEnclosingDefinition"); //$NON-NLS-1$
1961
    addEParameter(op, this.getDefinition(), "definition", 0, 1); //$NON-NLS-1$
1961
    addEParameter(op, this.getDefinition(), "definition", 0, 1); //$NON-NLS-1$
1962
1962
1963
    initEClass(portTypeEClass, PortType.class, "PortType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
1963
    initEClass(portTypeEClass, PortType.class, "PortType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
Lines 2191-2197 Link Here
2191
      null,
2191
      null,
2192
      "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$
2192
      "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$
2193
2193
2194
    op = addEOperation(definitionEClass, this.getDOMDocument(), "getDocument", 0, 1); //$NON-NLS-1$
2194
    addEOperation(definitionEClass, this.getDOMDocument(), "getDocument", 0, 1); //$NON-NLS-1$
2195
2195
2196
    op = addEOperation(definitionEClass, null, "setDocument"); //$NON-NLS-1$
2196
    op = addEOperation(definitionEClass, null, "setDocument"); //$NON-NLS-1$
2197
    addEParameter(op, this.getDOMDocument(), "document", 0, 1); //$NON-NLS-1$
2197
    addEParameter(op, this.getDOMDocument(), "document", 0, 1); //$NON-NLS-1$
Lines 2216-2222 Link Here
2216
      null,
2216
      null,
2217
      "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$
2217
      "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$
2218
2218
2219
    op = addEOperation(importEClass, theXSDPackage.getXSDSchema(), "getSchema", 0, 1); //$NON-NLS-1$
2219
    addEOperation(importEClass, theXSDPackage.getXSDSchema(), "getSchema", 0, 1); //$NON-NLS-1$
2220
2220
2221
    op = addEOperation(importEClass, null, "setSchema"); //$NON-NLS-1$
2221
    op = addEOperation(importEClass, null, "setSchema"); //$NON-NLS-1$
2222
    addEParameter(op, theXSDPackage.getXSDSchema(), "schema", 0, 1); //$NON-NLS-1$
2222
    addEParameter(op, theXSDPackage.getXSDSchema(), "schema", 0, 1); //$NON-NLS-1$
Lines 2231-2237 Link Here
2231
      null,
2231
      null,
2232
      "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$
2232
      "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$
2233
2233
2234
    op = addEOperation(extensibleElementEClass, this.getIList(), "getExtensibilityElements", 0, 1); //$NON-NLS-1$
2234
    addEOperation(extensibleElementEClass, this.getIList(), "getExtensibilityElements", 0, 1); //$NON-NLS-1$
2235
2235
2236
    op = addEOperation(extensibleElementEClass, null, "addExtensibilityElement"); //$NON-NLS-1$
2236
    op = addEOperation(extensibleElementEClass, null, "addExtensibilityElement"); //$NON-NLS-1$
2237
    addEParameter(op, this.getIExtensibilityElement(), "extElement", 0, 1); //$NON-NLS-1$
2237
    addEParameter(op, this.getIExtensibilityElement(), "extElement", 0, 1); //$NON-NLS-1$
Lines 2253-2259 Link Here
2253
      null,
2253
      null,
2254
      "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$
2254
      "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$
2255
2255
2256
    op = addEOperation(bindingInputEClass, this.getIInput(), "getInput", 0, 1); //$NON-NLS-1$
2256
    addEOperation(bindingInputEClass, this.getIInput(), "getInput", 0, 1); //$NON-NLS-1$
2257
2257
2258
    op = addEOperation(bindingInputEClass, null, "setInput"); //$NON-NLS-1$
2258
    op = addEOperation(bindingInputEClass, null, "setInput"); //$NON-NLS-1$
2259
    addEParameter(op, this.getIInput(), "input", 0, 1); //$NON-NLS-1$
2259
    addEParameter(op, this.getIInput(), "input", 0, 1); //$NON-NLS-1$
Lines 2269-2275 Link Here
2269
      null,
2269
      null,
2270
      "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$
2270
      "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$
2271
2271
2272
    op = addEOperation(bindingOutputEClass, this.getIOutput(), "getOutput", 0, 1); //$NON-NLS-1$
2272
    addEOperation(bindingOutputEClass, this.getIOutput(), "getOutput", 0, 1); //$NON-NLS-1$
2273
2273
2274
    op = addEOperation(bindingOutputEClass, null, "setOutput"); //$NON-NLS-1$
2274
    op = addEOperation(bindingOutputEClass, null, "setOutput"); //$NON-NLS-1$
2275
    addEParameter(op, this.getIOutput(), "output", 0, 1); //$NON-NLS-1$
2275
    addEParameter(op, this.getIOutput(), "output", 0, 1); //$NON-NLS-1$
Lines 2285-2291 Link Here
2285
      null,
2285
      null,
2286
      "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$
2286
      "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$
2287
2287
2288
    op = addEOperation(bindingFaultEClass, this.getIFault(), "getFault", 0, 1); //$NON-NLS-1$
2288
    addEOperation(bindingFaultEClass, this.getIFault(), "getFault", 0, 1); //$NON-NLS-1$
2289
2289
2290
    op = addEOperation(bindingFaultEClass, null, "setFault"); //$NON-NLS-1$
2290
    op = addEOperation(bindingFaultEClass, null, "setFault"); //$NON-NLS-1$
2291
    addEParameter(op, this.getIFault(), "fault", 0, 1); //$NON-NLS-1$
2291
    addEParameter(op, this.getIFault(), "fault", 0, 1); //$NON-NLS-1$
Lines 2310-2316 Link Here
2310
    addEParameter(op, ecorePackage.getEString(), "inputName", 0, 1); //$NON-NLS-1$
2310
    addEParameter(op, ecorePackage.getEString(), "inputName", 0, 1); //$NON-NLS-1$
2311
    addEParameter(op, ecorePackage.getEString(), "outputName", 0, 1); //$NON-NLS-1$
2311
    addEParameter(op, ecorePackage.getEString(), "outputName", 0, 1); //$NON-NLS-1$
2312
2312
2313
    op = addEOperation(iPortTypeEClass, this.getIList(), "getOperations", 0, 1); //$NON-NLS-1$
2313
    addEOperation(iPortTypeEClass, this.getIList(), "getOperations", 0, 1); //$NON-NLS-1$
2314
2314
2315
    initEClass(iOperationEClass, javax.wsdl.Operation.class, "IOperation", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2315
    initEClass(iOperationEClass, javax.wsdl.Operation.class, "IOperation", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2316
2316
Lines 2320-2359 Link Here
2320
    op = addEOperation(iOperationEClass, this.getIFault(), "getFault", 0, 1); //$NON-NLS-1$
2320
    op = addEOperation(iOperationEClass, this.getIFault(), "getFault", 0, 1); //$NON-NLS-1$
2321
    addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$
2321
    addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$
2322
2322
2323
    op = addEOperation(iOperationEClass, this.getIMap(), "getFaults", 0, 1); //$NON-NLS-1$
2323
    addEOperation(iOperationEClass, this.getIMap(), "getFaults", 0, 1); //$NON-NLS-1$
2324
2324
2325
    op = addEOperation(iOperationEClass, this.getIList(), "getParameterOrdering", 0, 1); //$NON-NLS-1$
2325
    addEOperation(iOperationEClass, this.getIList(), "getParameterOrdering", 0, 1); //$NON-NLS-1$
2326
2326
2327
    op = addEOperation(iOperationEClass, null, "setParameterOrdering"); //$NON-NLS-1$
2327
    op = addEOperation(iOperationEClass, null, "setParameterOrdering"); //$NON-NLS-1$
2328
    addEParameter(op, this.getIList(), "parameterOrder", 0, 1); //$NON-NLS-1$
2328
    addEParameter(op, this.getIList(), "parameterOrder", 0, 1); //$NON-NLS-1$
2329
2329
2330
    op = addEOperation(iOperationEClass, this.getIInput(), "getInput", 0, 1); //$NON-NLS-1$
2330
    addEOperation(iOperationEClass, this.getIInput(), "getInput", 0, 1); //$NON-NLS-1$
2331
2331
2332
    op = addEOperation(iOperationEClass, null, "setInput"); //$NON-NLS-1$
2332
    op = addEOperation(iOperationEClass, null, "setInput"); //$NON-NLS-1$
2333
    addEParameter(op, this.getIInput(), "input", 0, 1); //$NON-NLS-1$
2333
    addEParameter(op, this.getIInput(), "input", 0, 1); //$NON-NLS-1$
2334
2334
2335
    op = addEOperation(iOperationEClass, this.getIOutput(), "getOutput", 0, 1); //$NON-NLS-1$
2335
    addEOperation(iOperationEClass, this.getIOutput(), "getOutput", 0, 1); //$NON-NLS-1$
2336
2336
2337
    op = addEOperation(iOperationEClass, null, "setOutput"); //$NON-NLS-1$
2337
    op = addEOperation(iOperationEClass, null, "setOutput"); //$NON-NLS-1$
2338
    addEParameter(op, this.getIOutput(), "output", 0, 1); //$NON-NLS-1$
2338
    addEParameter(op, this.getIOutput(), "output", 0, 1); //$NON-NLS-1$
2339
2339
2340
    initEClass(iInputEClass, javax.wsdl.Input.class, "IInput", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2340
    initEClass(iInputEClass, javax.wsdl.Input.class, "IInput", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2341
2341
2342
    op = addEOperation(iInputEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$
2342
    addEOperation(iInputEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$
2343
2343
2344
    op = addEOperation(iInputEClass, null, "setMessage"); //$NON-NLS-1$
2344
    op = addEOperation(iInputEClass, null, "setMessage"); //$NON-NLS-1$
2345
    addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$
2345
    addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$
2346
2346
2347
    initEClass(iOutputEClass, javax.wsdl.Output.class, "IOutput", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2347
    initEClass(iOutputEClass, javax.wsdl.Output.class, "IOutput", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2348
2348
2349
    op = addEOperation(iOutputEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$
2349
    addEOperation(iOutputEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$
2350
2350
2351
    op = addEOperation(iOutputEClass, null, "setMessage"); //$NON-NLS-1$
2351
    op = addEOperation(iOutputEClass, null, "setMessage"); //$NON-NLS-1$
2352
    addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$
2352
    addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$
2353
2353
2354
    initEClass(iFaultEClass, javax.wsdl.Fault.class, "IFault", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2354
    initEClass(iFaultEClass, javax.wsdl.Fault.class, "IFault", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2355
2355
2356
    op = addEOperation(iFaultEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$
2356
    addEOperation(iFaultEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$
2357
2357
2358
    op = addEOperation(iFaultEClass, null, "setMessage"); //$NON-NLS-1$
2358
    op = addEOperation(iFaultEClass, null, "setMessage"); //$NON-NLS-1$
2359
    addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$
2359
    addEParameter(op, this.getIMessage(), "message", 0, 1); //$NON-NLS-1$
Lines 2366-2372 Link Here
2366
    op = addEOperation(iMessageEClass, this.getIPart(), "getPart", 0, 1); //$NON-NLS-1$
2366
    op = addEOperation(iMessageEClass, this.getIPart(), "getPart", 0, 1); //$NON-NLS-1$
2367
    addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$
2367
    addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$
2368
2368
2369
    op = addEOperation(iMessageEClass, this.getIMap(), "getParts", 0, 1); //$NON-NLS-1$
2369
    addEOperation(iMessageEClass, this.getIMap(), "getParts", 0, 1); //$NON-NLS-1$
2370
2370
2371
    op = addEOperation(iMessageEClass, this.getIList(), "getOrderedParts", 0, 1); //$NON-NLS-1$
2371
    op = addEOperation(iMessageEClass, this.getIList(), "getOrderedParts", 0, 1); //$NON-NLS-1$
2372
    addEParameter(op, this.getIList(), "partOrder", 0, 1); //$NON-NLS-1$
2372
    addEParameter(op, this.getIList(), "partOrder", 0, 1); //$NON-NLS-1$
Lines 2378-2384 Link Here
2378
    addEParameter(op, this.getQName(), "value", 0, 1); //$NON-NLS-1$
2378
    addEParameter(op, this.getQName(), "value", 0, 1); //$NON-NLS-1$
2379
    addEException(op, this.getWSDLException());
2379
    addEException(op, this.getWSDLException());
2380
2380
2381
    op = addEOperation(iPartEClass, this.getIIterator(), "getExtensionAttributeNames", 0, 1); //$NON-NLS-1$
2381
    addEOperation(iPartEClass, this.getIIterator(), "getExtensionAttributeNames", 0, 1); //$NON-NLS-1$
2382
2382
2383
    op = addEOperation(iPartEClass, this.getQName(), "getExtensionAttribute", 0, 1); //$NON-NLS-1$
2383
    op = addEOperation(iPartEClass, this.getQName(), "getExtensionAttribute", 0, 1); //$NON-NLS-1$
2384
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2384
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
Lines 2388-2401 Link Here
2388
    op = addEOperation(iServiceEClass, null, "addPort"); //$NON-NLS-1$
2388
    op = addEOperation(iServiceEClass, null, "addPort"); //$NON-NLS-1$
2389
    addEParameter(op, this.getIPort(), "port", 0, 1); //$NON-NLS-1$
2389
    addEParameter(op, this.getIPort(), "port", 0, 1); //$NON-NLS-1$
2390
2390
2391
    op = addEOperation(iServiceEClass, this.getIMap(), "getPorts", 0, 1); //$NON-NLS-1$
2391
    addEOperation(iServiceEClass, this.getIMap(), "getPorts", 0, 1); //$NON-NLS-1$
2392
2392
2393
    op = addEOperation(iServiceEClass, this.getIPort(), "getPort", 0, 1); //$NON-NLS-1$
2393
    op = addEOperation(iServiceEClass, this.getIPort(), "getPort", 0, 1); //$NON-NLS-1$
2394
    addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$
2394
    addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$
2395
2395
2396
    initEClass(iPortEClass, javax.wsdl.Port.class, "IPort", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2396
    initEClass(iPortEClass, javax.wsdl.Port.class, "IPort", IS_ABSTRACT, IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2397
2397
2398
    op = addEOperation(iPortEClass, this.getIBinding(), "getBinding", 0, 1); //$NON-NLS-1$
2398
    addEOperation(iPortEClass, this.getIBinding(), "getBinding", 0, 1); //$NON-NLS-1$
2399
2399
2400
    op = addEOperation(iPortEClass, null, "setBinding"); //$NON-NLS-1$
2400
    op = addEOperation(iPortEClass, null, "setBinding"); //$NON-NLS-1$
2401
    addEParameter(op, this.getIBinding(), "binding", 0, 1); //$NON-NLS-1$
2401
    addEParameter(op, this.getIBinding(), "binding", 0, 1); //$NON-NLS-1$
Lines 2410-2418 Link Here
2410
    addEParameter(op, ecorePackage.getEString(), "inputName", 0, 1); //$NON-NLS-1$
2410
    addEParameter(op, ecorePackage.getEString(), "inputName", 0, 1); //$NON-NLS-1$
2411
    addEParameter(op, ecorePackage.getEString(), "outputName", 0, 1); //$NON-NLS-1$
2411
    addEParameter(op, ecorePackage.getEString(), "outputName", 0, 1); //$NON-NLS-1$
2412
2412
2413
    op = addEOperation(iBindingEClass, this.getIList(), "getBindingOperations", 0, 1); //$NON-NLS-1$
2413
    addEOperation(iBindingEClass, this.getIList(), "getBindingOperations", 0, 1); //$NON-NLS-1$
2414
2414
2415
    op = addEOperation(iBindingEClass, this.getIPortType(), "getPortType", 0, 1); //$NON-NLS-1$
2415
    addEOperation(iBindingEClass, this.getIPortType(), "getPortType", 0, 1); //$NON-NLS-1$
2416
2416
2417
    op = addEOperation(iBindingEClass, null, "setPortType"); //$NON-NLS-1$
2417
    op = addEOperation(iBindingEClass, null, "setPortType"); //$NON-NLS-1$
2418
    addEParameter(op, this.getIPortType(), "portType", 0, 1); //$NON-NLS-1$
2418
    addEParameter(op, this.getIPortType(), "portType", 0, 1); //$NON-NLS-1$
Lines 2428-2446 Link Here
2428
    op = addEOperation(iBindingOperationEClass, this.getIBindingFault(), "getBindingFault", 0, 1); //$NON-NLS-1$
2428
    op = addEOperation(iBindingOperationEClass, this.getIBindingFault(), "getBindingFault", 0, 1); //$NON-NLS-1$
2429
    addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$
2429
    addEParameter(op, ecorePackage.getEString(), "name", 0, 1); //$NON-NLS-1$
2430
2430
2431
    op = addEOperation(iBindingOperationEClass, this.getIMap(), "getBindingFaults", 0, 1); //$NON-NLS-1$
2431
    addEOperation(iBindingOperationEClass, this.getIMap(), "getBindingFaults", 0, 1); //$NON-NLS-1$
2432
2432
2433
    op = addEOperation(iBindingOperationEClass, this.getIOperation(), "getOperation", 0, 1); //$NON-NLS-1$
2433
    addEOperation(iBindingOperationEClass, this.getIOperation(), "getOperation", 0, 1); //$NON-NLS-1$
2434
2434
2435
    op = addEOperation(iBindingOperationEClass, null, "setOperation"); //$NON-NLS-1$
2435
    op = addEOperation(iBindingOperationEClass, null, "setOperation"); //$NON-NLS-1$
2436
    addEParameter(op, this.getIOperation(), "operation", 0, 1); //$NON-NLS-1$
2436
    addEParameter(op, this.getIOperation(), "operation", 0, 1); //$NON-NLS-1$
2437
2437
2438
    op = addEOperation(iBindingOperationEClass, this.getIBindingInput(), "getBindingInput", 0, 1); //$NON-NLS-1$
2438
    addEOperation(iBindingOperationEClass, this.getIBindingInput(), "getBindingInput", 0, 1); //$NON-NLS-1$
2439
2439
2440
    op = addEOperation(iBindingOperationEClass, null, "setBindingInput"); //$NON-NLS-1$
2440
    op = addEOperation(iBindingOperationEClass, null, "setBindingInput"); //$NON-NLS-1$
2441
    addEParameter(op, this.getIBindingInput(), "bindingInput", 0, 1); //$NON-NLS-1$
2441
    addEParameter(op, this.getIBindingInput(), "bindingInput", 0, 1); //$NON-NLS-1$
2442
2442
2443
    op = addEOperation(iBindingOperationEClass, this.getIBindingOutput(), "getBindingOutput", 0, 1); //$NON-NLS-1$
2443
    addEOperation(iBindingOperationEClass, this.getIBindingOutput(), "getBindingOutput", 0, 1); //$NON-NLS-1$
2444
2444
2445
    op = addEOperation(iBindingOperationEClass, null, "setBindingOutput"); //$NON-NLS-1$
2445
    op = addEOperation(iBindingOperationEClass, null, "setBindingOutput"); //$NON-NLS-1$
2446
    addEParameter(op, this.getIBindingOutput(), "bindingOutput", 0, 1); //$NON-NLS-1$
2446
    addEParameter(op, this.getIBindingOutput(), "bindingOutput", 0, 1); //$NON-NLS-1$
Lines 2480-2521 Link Here
2480
    op = addEOperation(iDefinitionEClass, null, "addService"); //$NON-NLS-1$
2480
    op = addEOperation(iDefinitionEClass, null, "addService"); //$NON-NLS-1$
2481
    addEParameter(op, this.getIService(), "service", 0, 1); //$NON-NLS-1$
2481
    addEParameter(op, this.getIService(), "service", 0, 1); //$NON-NLS-1$
2482
2482
2483
    op = addEOperation(iDefinitionEClass, this.getIBindingFault(), "createBindingFault", 0, 1); //$NON-NLS-1$
2483
    addEOperation(iDefinitionEClass, this.getIBindingFault(), "createBindingFault", 0, 1); //$NON-NLS-1$
2484
2484
2485
    op = addEOperation(iDefinitionEClass, this.getIBindingInput(), "createBindingInput", 0, 1); //$NON-NLS-1$
2485
    addEOperation(iDefinitionEClass, this.getIBindingInput(), "createBindingInput", 0, 1); //$NON-NLS-1$
2486
2486
2487
    op = addEOperation(iDefinitionEClass, this.getIBindingOutput(), "createBindingOutput", 0, 1); //$NON-NLS-1$
2487
    addEOperation(iDefinitionEClass, this.getIBindingOutput(), "createBindingOutput", 0, 1); //$NON-NLS-1$
2488
2488
2489
    op = addEOperation(iDefinitionEClass, this.getIBindingOperation(), "createBindingOperation", 0, 1); //$NON-NLS-1$
2489
    addEOperation(iDefinitionEClass, this.getIBindingOperation(), "createBindingOperation", 0, 1); //$NON-NLS-1$
2490
2490
2491
    op = addEOperation(iDefinitionEClass, this.getIBinding(), "createBinding", 0, 1); //$NON-NLS-1$
2491
    addEOperation(iDefinitionEClass, this.getIBinding(), "createBinding", 0, 1); //$NON-NLS-1$
2492
2492
2493
    op = addEOperation(iDefinitionEClass, this.getIFault(), "createFault", 0, 1); //$NON-NLS-1$
2493
    addEOperation(iDefinitionEClass, this.getIFault(), "createFault", 0, 1); //$NON-NLS-1$
2494
2494
2495
    op = addEOperation(iDefinitionEClass, this.getIImport(), "createImport", 0, 1); //$NON-NLS-1$
2495
    addEOperation(iDefinitionEClass, this.getIImport(), "createImport", 0, 1); //$NON-NLS-1$
2496
2496
2497
    op = addEOperation(iDefinitionEClass, this.getIInput(), "createInput", 0, 1); //$NON-NLS-1$
2497
    addEOperation(iDefinitionEClass, this.getIInput(), "createInput", 0, 1); //$NON-NLS-1$
2498
2498
2499
    op = addEOperation(iDefinitionEClass, this.getIMessage(), "createMessage", 0, 1); //$NON-NLS-1$
2499
    addEOperation(iDefinitionEClass, this.getIMessage(), "createMessage", 0, 1); //$NON-NLS-1$
2500
2500
2501
    op = addEOperation(iDefinitionEClass, this.getIOperation(), "createOperation", 0, 1); //$NON-NLS-1$
2501
    addEOperation(iDefinitionEClass, this.getIOperation(), "createOperation", 0, 1); //$NON-NLS-1$
2502
2502
2503
    op = addEOperation(iDefinitionEClass, this.getIOutput(), "createOutput", 0, 1); //$NON-NLS-1$
2503
    addEOperation(iDefinitionEClass, this.getIOutput(), "createOutput", 0, 1); //$NON-NLS-1$
2504
2504
2505
    op = addEOperation(iDefinitionEClass, this.getIPart(), "createPart", 0, 1); //$NON-NLS-1$
2505
    addEOperation(iDefinitionEClass, this.getIPart(), "createPart", 0, 1); //$NON-NLS-1$
2506
2506
2507
    op = addEOperation(iDefinitionEClass, this.getIPort(), "createPort", 0, 1); //$NON-NLS-1$
2507
    addEOperation(iDefinitionEClass, this.getIPort(), "createPort", 0, 1); //$NON-NLS-1$
2508
2508
2509
    op = addEOperation(iDefinitionEClass, this.getIPortType(), "createPortType", 0, 1); //$NON-NLS-1$
2509
    addEOperation(iDefinitionEClass, this.getIPortType(), "createPortType", 0, 1); //$NON-NLS-1$
2510
2510
2511
    op = addEOperation(iDefinitionEClass, this.getIService(), "createService", 0, 1); //$NON-NLS-1$
2511
    addEOperation(iDefinitionEClass, this.getIService(), "createService", 0, 1); //$NON-NLS-1$
2512
2512
2513
    op = addEOperation(iDefinitionEClass, this.getIBinding(), "getBinding", 0, 1); //$NON-NLS-1$
2513
    op = addEOperation(iDefinitionEClass, this.getIBinding(), "getBinding", 0, 1); //$NON-NLS-1$
2514
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2514
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2515
2515
2516
    op = addEOperation(iDefinitionEClass, this.getIMap(), "getBindings", 0, 1); //$NON-NLS-1$
2516
    addEOperation(iDefinitionEClass, this.getIMap(), "getBindings", 0, 1); //$NON-NLS-1$
2517
2517
2518
    op = addEOperation(iDefinitionEClass, this.getIMap(), "getImports", 0, 1); //$NON-NLS-1$
2518
    addEOperation(iDefinitionEClass, this.getIMap(), "getImports", 0, 1); //$NON-NLS-1$
2519
2519
2520
    op = addEOperation(iDefinitionEClass, this.getIList(), "getImports", 0, 1); //$NON-NLS-1$
2520
    op = addEOperation(iDefinitionEClass, this.getIList(), "getImports", 0, 1); //$NON-NLS-1$
2521
    addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$
2521
    addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$
Lines 2523-2539 Link Here
2523
    op = addEOperation(iDefinitionEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$
2523
    op = addEOperation(iDefinitionEClass, this.getIMessage(), "getMessage", 0, 1); //$NON-NLS-1$
2524
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2524
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2525
2525
2526
    op = addEOperation(iDefinitionEClass, this.getIMap(), "getMessages", 0, 1); //$NON-NLS-1$
2526
    addEOperation(iDefinitionEClass, this.getIMap(), "getMessages", 0, 1); //$NON-NLS-1$
2527
2527
2528
    op = addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getNamespace", 0, 1); //$NON-NLS-1$
2528
    op = addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getNamespace", 0, 1); //$NON-NLS-1$
2529
    addEParameter(op, ecorePackage.getEString(), "prefix", 0, 1); //$NON-NLS-1$
2529
    addEParameter(op, ecorePackage.getEString(), "prefix", 0, 1); //$NON-NLS-1$
2530
2530
2531
    op = addEOperation(iDefinitionEClass, this.getIMap(), "getNamespaces", 0, 1); //$NON-NLS-1$
2531
    addEOperation(iDefinitionEClass, this.getIMap(), "getNamespaces", 0, 1); //$NON-NLS-1$
2532
2532
2533
    op = addEOperation(iDefinitionEClass, this.getIPortType(), "getPortType", 0, 1); //$NON-NLS-1$
2533
    op = addEOperation(iDefinitionEClass, this.getIPortType(), "getPortType", 0, 1); //$NON-NLS-1$
2534
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2534
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2535
2535
2536
    op = addEOperation(iDefinitionEClass, this.getIMap(), "getPortTypes", 0, 1); //$NON-NLS-1$
2536
    addEOperation(iDefinitionEClass, this.getIMap(), "getPortTypes", 0, 1); //$NON-NLS-1$
2537
2537
2538
    op = addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getPrefix", 0, 1); //$NON-NLS-1$
2538
    op = addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getPrefix", 0, 1); //$NON-NLS-1$
2539
    addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$
2539
    addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$
Lines 2541-2559 Link Here
2541
    op = addEOperation(iDefinitionEClass, this.getIService(), "getService", 0, 1); //$NON-NLS-1$
2541
    op = addEOperation(iDefinitionEClass, this.getIService(), "getService", 0, 1); //$NON-NLS-1$
2542
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2542
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2543
2543
2544
    op = addEOperation(iDefinitionEClass, this.getIMap(), "getServices", 0, 1); //$NON-NLS-1$
2544
    addEOperation(iDefinitionEClass, this.getIMap(), "getServices", 0, 1); //$NON-NLS-1$
2545
2545
2546
    op = addEOperation(iDefinitionEClass, this.getIExtensionRegistry(), "getExtensionRegistry", 0, 1); //$NON-NLS-1$
2546
    addEOperation(iDefinitionEClass, this.getIExtensionRegistry(), "getExtensionRegistry", 0, 1); //$NON-NLS-1$
2547
2547
2548
    op = addEOperation(iDefinitionEClass, null, "setExtensionRegistry"); //$NON-NLS-1$
2548
    op = addEOperation(iDefinitionEClass, null, "setExtensionRegistry"); //$NON-NLS-1$
2549
    addEParameter(op, this.getIExtensionRegistry(), "extensionRegistry", 0, 1); //$NON-NLS-1$
2549
    addEParameter(op, this.getIExtensionRegistry(), "extensionRegistry", 0, 1); //$NON-NLS-1$
2550
2550
2551
    op = addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getDocumentBaseURI", 0, 1); //$NON-NLS-1$
2551
    addEOperation(iDefinitionEClass, ecorePackage.getEString(), "getDocumentBaseURI", 0, 1); //$NON-NLS-1$
2552
2552
2553
    op = addEOperation(iDefinitionEClass, null, "setDocumentBaseURI"); //$NON-NLS-1$
2553
    op = addEOperation(iDefinitionEClass, null, "setDocumentBaseURI"); //$NON-NLS-1$
2554
    addEParameter(op, ecorePackage.getEString(), "documentBase", 0, 1); //$NON-NLS-1$
2554
    addEParameter(op, ecorePackage.getEString(), "documentBase", 0, 1); //$NON-NLS-1$
2555
2555
2556
    op = addEOperation(iDefinitionEClass, this.getITypes(), "createTypes", 0, 1); //$NON-NLS-1$
2556
    addEOperation(iDefinitionEClass, this.getITypes(), "createTypes", 0, 1); //$NON-NLS-1$
2557
2557
2558
    op = addEOperation(iDefinitionEClass, this.getIService(), "removeService", 0, 1); //$NON-NLS-1$
2558
    op = addEOperation(iDefinitionEClass, this.getIService(), "removeService", 0, 1); //$NON-NLS-1$
2559
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2559
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
Lines 2567-2573 Link Here
2567
    op = addEOperation(iDefinitionEClass, this.getIMessage(), "removeMessage", 0, 1); //$NON-NLS-1$
2567
    op = addEOperation(iDefinitionEClass, this.getIMessage(), "removeMessage", 0, 1); //$NON-NLS-1$
2568
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2568
    addEParameter(op, this.getQName(), "name", 0, 1); //$NON-NLS-1$
2569
2569
2570
    op = addEOperation(iDefinitionEClass, this.getITypes(), "getTypes", 0, 1); //$NON-NLS-1$
2570
    addEOperation(iDefinitionEClass, this.getITypes(), "getTypes", 0, 1); //$NON-NLS-1$
2571
2571
2572
    op = addEOperation(iDefinitionEClass, null, "setTypes"); //$NON-NLS-1$
2572
    op = addEOperation(iDefinitionEClass, null, "setTypes"); //$NON-NLS-1$
2573
    addEParameter(op, this.getITypes(), "types", 0, 1); //$NON-NLS-1$
2573
    addEParameter(op, this.getITypes(), "types", 0, 1); //$NON-NLS-1$
Lines 2587-2593 Link Here
2587
2587
2588
    initEClass(typesEClass, Types.class, "Types", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2588
    initEClass(typesEClass, Types.class, "Types", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$
2589
2589
2590
    op = addEOperation(typesEClass, this.getIList(), "getSchemas", 0, 1); //$NON-NLS-1$
2590
    addEOperation(typesEClass, this.getIList(), "getSchemas", 0, 1); //$NON-NLS-1$
2591
2591
2592
    op = addEOperation(typesEClass, this.getIList(), "getSchemas", 0, 1); //$NON-NLS-1$
2592
    op = addEOperation(typesEClass, this.getIList(), "getSchemas", 0, 1); //$NON-NLS-1$
2593
    addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$
2593
    addEParameter(op, ecorePackage.getEString(), "namespaceURI", 0, 1); //$NON-NLS-1$
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOutputImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 82-88 Link Here
82
   * @generated
82
   * @generated
83
   * @ordered
83
   * @ordered
84
   */
84
   */
85
  protected Output eOutput = null;
85
  protected Output eOutput;
86
86
87
  /**
87
  /**
88
   * <!-- begin-user-doc -->
88
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLElementImpl.java (-5 / +5 lines)
Lines 739-749 Link Here
739
    if (!isAttached)
739
    if (!isAttached)
740
    {
740
    {
741
      // If we're dealing with a documentation element we need to put it first in the list
741
      // If we're dealing with a documentation element we need to put it first in the list
742
      
742
743
      if (referencedElement == null && WSDLConstants.nodeType(childElement) == WSDLConstants.DOCUMENTATION && !eReference.isMany())
743
      if (referencedElement == null && WSDLConstants.nodeType(childElement) == WSDLConstants.DOCUMENTATION && !eReference.isMany())
744
      {
744
      {
745
        // Here we find the first element node in the list, the documentation element needs to go before this element
745
        // Here we find the first element node in the list, the documentation element needs to go before this element
746
        
746
747
        for (Node child = adoptionParent.getFirstChild(); child != null; child = child.getNextSibling())
747
        for (Node child = adoptionParent.getFirstChild(); child != null; child = child.getNextSibling())
748
        {
748
        {
749
          if (child.getNodeType() == Node.ELEMENT_NODE)
749
          if (child.getNodeType() == Node.ELEMENT_NODE)
Lines 1006-1012 Link Here
1006
  {
1006
  {
1007
    return createQName(definition, prefixedName, element, false);
1007
    return createQName(definition, prefixedName, element, false);
1008
  }
1008
  }
1009
  
1009
1010
  /**
1010
  /**
1011
   * Creates a QName from a prefixed name. Takes into account locally defined
1011
   * Creates a QName from a prefixed name. Takes into account locally defined
1012
   * namespace prefixes. Selectively allows null namespace URIs.
1012
   * namespace prefixes. Selectively allows null namespace URIs.
Lines 1591-1597 Link Here
1591
  {
1591
  {
1592
    String name = element.getTagName();
1592
    String name = element.getTagName();
1593
    int index = name.indexOf(":"); //$NON-NLS-1$
1593
    int index = name.indexOf(":"); //$NON-NLS-1$
1594
    String nsPrefix  = null;
1594
    String nsPrefix = null;
1595
    if (index != -1)
1595
    if (index != -1)
1596
    {
1596
    {
1597
      nsPrefix = name.substring(0, index);
1597
      nsPrefix = name.substring(0, index);
Lines 1605-1611 Link Here
1605
1605
1606
    // First try to locate the namespace URI in the definition's prefix to namespace map.
1606
    // First try to locate the namespace URI in the definition's prefix to namespace map.
1607
    // This will provide backward compatibility for existing clients.
1607
    // This will provide backward compatibility for existing clients.
1608
    
1608
1609
    Definition enclosingDefinition = getEnclosingDefinition();
1609
    Definition enclosingDefinition = getEnclosingDefinition();
1610
    if (enclosingDefinition != null)
1610
    if (enclosingDefinition != null)
1611
    {
1611
    {
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/WSDLFactoryImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 553-559 Link Here
553
    {
553
    {
554
      ExtensibilityElement extensibilityElement = createUnknownExtensibilityElement();
554
      ExtensibilityElement extensibilityElement = createUnknownExtensibilityElement();
555
      // Provide some information about the extensibility element.
555
      // Provide some information about the extensibility element.
556
      
556
557
      QName elementType = new QName(namespace, localName);
557
      QName elementType = new QName(namespace, localName);
558
      extensibilityElement.setElementType(elementType);
558
      extensibilityElement.setElementType(elementType);
559
      return extensibilityElement;
559
      return extensibilityElement;
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/PartImpl.java (-4 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 128-134 Link Here
128
   * @generated
128
   * @generated
129
   * @ordered
129
   * @ordered
130
   */
130
   */
131
  protected XSDTypeDefinition typeDefinition = null;
131
  protected XSDTypeDefinition typeDefinition;
132
132
133
  /**
133
  /**
134
   * The cached value of the '{@link #getElementDeclaration() <em>Element Declaration</em>}' reference.
134
   * The cached value of the '{@link #getElementDeclaration() <em>Element Declaration</em>}' reference.
Lines 138-144 Link Here
138
   * @generated
138
   * @generated
139
   * @ordered
139
   * @ordered
140
   */
140
   */
141
  protected XSDElementDeclaration elementDeclaration = null;
141
  protected XSDElementDeclaration elementDeclaration;
142
142
143
  /**
143
  /**
144
   * The cached value of the '{@link #getEMessage() <em>EMessage</em>}' reference.
144
   * The cached value of the '{@link #getEMessage() <em>EMessage</em>}' reference.
Lines 148-154 Link Here
148
   * @generated
148
   * @generated
149
   * @ordered
149
   * @ordered
150
   */
150
   */
151
  protected Message eMessage = null;
151
  protected Message eMessage;
152
152
153
  public static final String NS_URI_PART_EXTENSIONS = "http://schemas.xmlsoap.org/wsdl/part-extensions/";
153
  public static final String NS_URI_PART_EXTENSIONS = "http://schemas.xmlsoap.org/wsdl/part-extensions/";
154
154
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/ExtensibleElementImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 51-57 Link Here
51
   * @generated
51
   * @generated
52
   * @ordered
52
   * @ordered
53
   */
53
   */
54
  protected EList eExtensibilityElements = null;
54
  protected EList eExtensibilityElements;
55
55
56
  /**
56
  /**
57
   * <!-- begin-user-doc -->
57
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/OperationImpl.java (-5 / +5 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 143-149 Link Here
143
   * @generated
143
   * @generated
144
   * @ordered
144
   * @ordered
145
   */
145
   */
146
  protected Input eInput = null;
146
  protected Input eInput;
147
147
148
  /**
148
  /**
149
   * The cached value of the '{@link #getEOutput() <em>EOutput</em>}' containment reference.
149
   * The cached value of the '{@link #getEOutput() <em>EOutput</em>}' containment reference.
Lines 153-159 Link Here
153
   * @generated
153
   * @generated
154
   * @ordered
154
   * @ordered
155
   */
155
   */
156
  protected Output eOutput = null;
156
  protected Output eOutput;
157
157
158
  /**
158
  /**
159
   * The cached value of the '{@link #getEFaults() <em>EFaults</em>}' containment reference list.
159
   * The cached value of the '{@link #getEFaults() <em>EFaults</em>}' containment reference list.
Lines 163-169 Link Here
163
   * @generated
163
   * @generated
164
   * @ordered
164
   * @ordered
165
   */
165
   */
166
  protected EList eFaults = null;
166
  protected EList eFaults;
167
167
168
  /**
168
  /**
169
   * The cached value of the '{@link #getEParameterOrdering() <em>EParameter Ordering</em>}' reference list.
169
   * The cached value of the '{@link #getEParameterOrdering() <em>EParameter Ordering</em>}' reference list.
Lines 173-179 Link Here
173
   * @generated
173
   * @generated
174
   * @ordered
174
   * @ordered
175
   */
175
   */
176
  protected EList eParameterOrdering = null; // a list of parts (EMF)
176
  protected EList eParameterOrdering; // a list of parts (EMF)
177
177
178
  private List parameterOrdering = null; // a list of part names (WSDL4J)
178
  private List parameterOrdering = null; // a list of part names (WSDL4J)
179
179
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingImpl.java (-3 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 113-119 Link Here
113
   * @generated
113
   * @generated
114
   * @ordered
114
   * @ordered
115
   */
115
   */
116
  protected PortType ePortType = null;
116
  protected PortType ePortType;
117
117
118
  /**
118
  /**
119
   * The cached value of the '{@link #getEBindingOperations() <em>EBinding Operations</em>}' containment reference list.
119
   * The cached value of the '{@link #getEBindingOperations() <em>EBinding Operations</em>}' containment reference list.
Lines 123-129 Link Here
123
   * @generated
123
   * @generated
124
   * @ordered
124
   * @ordered
125
   */
125
   */
126
  protected EList eBindingOperations = null;
126
  protected EList eBindingOperations;
127
127
128
  /**
128
  /**
129
   * <!-- begin-user-doc -->
129
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/UnknownExtensibilityElementImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 52-58 Link Here
52
   * @generated
52
   * @generated
53
   * @ordered
53
   * @ordered
54
   */
54
   */
55
  protected EList children = null;
55
  protected EList children;
56
56
57
  /**
57
  /**
58
   * <!-- begin-user-doc -->
58
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/TypesImpl.java (-2 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 31-36 Link Here
31
import org.w3c.dom.Document;
31
import org.w3c.dom.Document;
32
import org.w3c.dom.Element;
32
import org.w3c.dom.Element;
33
33
34
34
/**
35
/**
35
 * <!-- begin-user-doc -->
36
 * <!-- begin-user-doc -->
36
 * An implementation of the model object '<em><b>Types</b></em>'.
37
 * An implementation of the model object '<em><b>Types</b></em>'.
Lines 84-90 Link Here
84
      {
85
      {
85
        continue;
86
        continue;
86
      }
87
      }
87
      XSDSchemaExtensibilityElement xsdee = (XSDSchemaExtensibilityElement) extensibilityElement;
88
      XSDSchemaExtensibilityElement xsdee = (XSDSchemaExtensibilityElement)extensibilityElement;
88
      if (xsdee.getSchema() != null)
89
      if (xsdee.getSchema() != null)
89
      {
90
      {
90
        arrayList.add(xsdee.getSchema());
91
        arrayList.add(xsdee.getSchema());
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/PortImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 84-90 Link Here
84
   * @generated
84
   * @generated
85
   * @ordered
85
   * @ordered
86
   */
86
   */
87
  protected Binding eBinding = null;
87
  protected Binding eBinding;
88
88
89
  /**
89
  /**
90
   * <!-- begin-user-doc -->
90
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/DefinitionImpl.java (-21 / +20 lines)
Lines 207-213 Link Here
207
   * @generated
207
   * @generated
208
   * @ordered
208
   * @ordered
209
   */
209
   */
210
  protected EList eImports = null;
210
  protected EList eImports;
211
211
212
  /**
212
  /**
213
   * The cached value of the '{@link #getETypes() <em>ETypes</em>}' containment reference.
213
   * The cached value of the '{@link #getETypes() <em>ETypes</em>}' containment reference.
Lines 217-223 Link Here
217
   * @generated
217
   * @generated
218
   * @ordered
218
   * @ordered
219
   */
219
   */
220
  protected Types eTypes = null;
220
  protected Types eTypes;
221
221
222
  /**
222
  /**
223
   * The cached value of the '{@link #getEMessages() <em>EMessages</em>}' containment reference list.
223
   * The cached value of the '{@link #getEMessages() <em>EMessages</em>}' containment reference list.
Lines 227-233 Link Here
227
   * @generated
227
   * @generated
228
   * @ordered
228
   * @ordered
229
   */
229
   */
230
  protected EList eMessages = null;
230
  protected EList eMessages;
231
231
232
  /**
232
  /**
233
   * The cached value of the '{@link #getEPortTypes() <em>EPort Types</em>}' containment reference list.
233
   * The cached value of the '{@link #getEPortTypes() <em>EPort Types</em>}' containment reference list.
Lines 237-243 Link Here
237
   * @generated
237
   * @generated
238
   * @ordered
238
   * @ordered
239
   */
239
   */
240
  protected EList ePortTypes = null;
240
  protected EList ePortTypes;
241
241
242
  /**
242
  /**
243
   * The cached value of the '{@link #getEBindings() <em>EBindings</em>}' containment reference list.
243
   * The cached value of the '{@link #getEBindings() <em>EBindings</em>}' containment reference list.
Lines 247-253 Link Here
247
   * @generated
247
   * @generated
248
   * @ordered
248
   * @ordered
249
   */
249
   */
250
  protected EList eBindings = null;
250
  protected EList eBindings;
251
251
252
  /**
252
  /**
253
   * The cached value of the '{@link #getEServices() <em>EServices</em>}' containment reference list.
253
   * The cached value of the '{@link #getEServices() <em>EServices</em>}' containment reference list.
Lines 257-263 Link Here
257
   * @generated
257
   * @generated
258
   * @ordered
258
   * @ordered
259
   */
259
   */
260
  protected EList eServices = null;
260
  protected EList eServices;
261
261
262
  /**
262
  /**
263
   * The cached value of the '{@link #getENamespaces() <em>ENamespaces</em>}' containment reference list.
263
   * The cached value of the '{@link #getENamespaces() <em>ENamespaces</em>}' containment reference list.
Lines 267-273 Link Here
267
   * @generated
267
   * @generated
268
   * @ordered
268
   * @ordered
269
   */
269
   */
270
  protected EList eNamespaces = null;
270
  protected EList eNamespaces;
271
271
272
  private ExtensionRegistry extensionRegistry;
272
  private ExtensionRegistry extensionRegistry;
273
273
Lines 2320-2333 Link Here
2320
    if (types != null)
2320
    if (types != null)
2321
    {
2321
    {
2322
      Iterator iterator = types.getEExtensibilityElements().iterator();
2322
      Iterator iterator = types.getEExtensibilityElements().iterator();
2323
      while(iterator.hasNext())
2323
      while (iterator.hasNext())
2324
      {
2324
      {
2325
        ExtensibilityElement extensibilityElement = (ExtensibilityElement)iterator.next();
2325
        ExtensibilityElement extensibilityElement = (ExtensibilityElement)iterator.next();
2326
        if (!(extensibilityElement instanceof XSDSchemaExtensibilityElement))
2326
        if (!(extensibilityElement instanceof XSDSchemaExtensibilityElement))
2327
        {
2327
        {
2328
          continue;
2328
          continue;
2329
        }
2329
        }
2330
        XSDSchemaExtensibilityElement el = (XSDSchemaExtensibilityElement) extensibilityElement;
2330
        XSDSchemaExtensibilityElement el = (XSDSchemaExtensibilityElement)extensibilityElement;
2331
        XSDSchema schema = el.getSchema();
2331
        XSDSchema schema = el.getSchema();
2332
        if (schema != null)
2332
        if (schema != null)
2333
        {
2333
        {
Lines 2347-2353 Link Here
2347
    }
2347
    }
2348
  }
2348
  }
2349
2349
2350
2351
  /** 
2350
  /** 
2352
   *  This method will collect the schemas matching the namespace
2351
   *  This method will collect the schemas matching the namespace
2353
   *  that are inlined directly within this definition.
2352
   *  that are inlined directly within this definition.
Lines 2362-2372 Link Here
2362
    {
2361
    {
2363
      List schemas = types.getSchemas();
2362
      List schemas = types.getSchemas();
2364
      Iterator schemasIterator = schemas.iterator();
2363
      Iterator schemasIterator = schemas.iterator();
2365
      while(schemasIterator.hasNext())
2364
      while (schemasIterator.hasNext())
2366
      {
2365
      {
2367
        XSDSchema schema = (XSDSchema)schemasIterator.next();
2366
        XSDSchema schema = (XSDSchema)schemasIterator.next();
2368
        String targetNamespace = schema.getTargetNamespace();
2367
        String targetNamespace = schema.getTargetNamespace();
2369
        
2368
2370
        if (WSDLConstants.isMatchingNamespace(namespace, targetNamespace))
2369
        if (WSDLConstants.isMatchingNamespace(namespace, targetNamespace))
2371
        {
2370
        {
2372
          list.add(schema);
2371
          list.add(schema);
Lines 2374-2380 Link Here
2374
2373
2375
        EList schemaContents = schema.getContents();
2374
        EList schemaContents = schema.getContents();
2376
        Iterator schemaContentsIterator = schemaContents.iterator();
2375
        Iterator schemaContentsIterator = schemaContents.iterator();
2377
        
2376
2378
        while (schemaContentsIterator.hasNext())
2377
        while (schemaContentsIterator.hasNext())
2379
        {
2378
        {
2380
          Object component = schemaContentsIterator.next();
2379
          Object component = schemaContentsIterator.next();
Lines 2412-2423 Link Here
2412
    {
2411
    {
2413
      Import theImport = (Import)importsIterator.next();
2412
      Import theImport = (Import)importsIterator.next();
2414
      String importNamespaceURI = theImport.getNamespaceURI();
2413
      String importNamespaceURI = theImport.getNamespaceURI();
2415
      
2414
2416
      if (WSDLConstants.isMatchingNamespace(importNamespaceURI, namespace))
2415
      if (WSDLConstants.isMatchingNamespace(importNamespaceURI, namespace))
2417
      {
2416
      {
2418
        ((ImportImpl)theImport).importDefinitionOrSchema();
2417
        ((ImportImpl)theImport).importDefinitionOrSchema();
2419
        XSDSchema schema = theImport.getESchema();
2418
        XSDSchema schema = theImport.getESchema();
2420
        
2419
2421
        if (schema != null && WSDLConstants.isMatchingNamespace(schema.getTargetNamespace(), namespace))
2420
        if (schema != null && WSDLConstants.isMatchingNamespace(schema.getTargetNamespace(), namespace))
2422
        {
2421
        {
2423
          list.add(schema);
2422
          list.add(schema);
Lines 2446-2452 Link Here
2446
        importedDefinition.collectInlinedSchemas(namespace, list);
2445
        importedDefinition.collectInlinedSchemas(namespace, list);
2447
      }
2446
      }
2448
    }
2447
    }
2449
  }  
2448
  }
2450
2449
2451
  /**
2450
  /**
2452
   * Propagates the change in the target namespace to all the top level named components.
2451
   * Propagates the change in the target namespace to all the top level named components.
Lines 2483-2489 Link Here
2483
      if (enclosingDefinition != null)
2482
      if (enclosingDefinition != null)
2484
      {
2483
      {
2485
        String targetNamespace = enclosingDefinition.getTargetNamespace();
2484
        String targetNamespace = enclosingDefinition.getTargetNamespace();
2486
        
2485
2487
        QName componentQName = getQNameForWSDLElement(componentType, wsdlElement);
2486
        QName componentQName = getQNameForWSDLElement(componentType, wsdlElement);
2488
2487
2489
        if (componentQName != null)
2488
        if (componentQName != null)
Lines 2507-2522 Link Here
2507
    switch (type)
2506
    switch (type)
2508
    {
2507
    {
2509
      case WSDLConstants.MESSAGE:
2508
      case WSDLConstants.MESSAGE:
2510
        ((Message)wsdlElement).setQName(qName);
2509
      ((Message)wsdlElement).setQName(qName);
2511
        break;
2510
        break;
2512
      case WSDLConstants.PORT_TYPE:
2511
      case WSDLConstants.PORT_TYPE:
2513
        ((PortType)wsdlElement).setQName(qName);
2512
      ((PortType)wsdlElement).setQName(qName);
2514
        break;
2513
        break;
2515
      case WSDLConstants.BINDING:
2514
      case WSDLConstants.BINDING:
2516
        ((Binding)wsdlElement).setQName(qName);
2515
      ((Binding)wsdlElement).setQName(qName);
2517
        break;
2516
        break;
2518
      case WSDLConstants.SERVICE:
2517
      case WSDLConstants.SERVICE:
2519
        ((Service)wsdlElement).setQName(qName);
2518
      ((Service)wsdlElement).setQName(qName);
2520
        break;
2519
        break;
2521
    }
2520
    }
2522
  }
2521
  }
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingOperationImpl.java (-5 / +5 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 97-103 Link Here
97
   * @generated
97
   * @generated
98
   * @ordered
98
   * @ordered
99
   */
99
   */
100
  protected Operation eOperation = null;
100
  protected Operation eOperation;
101
101
102
  /**
102
  /**
103
   * The cached value of the '{@link #getEBindingInput() <em>EBinding Input</em>}' containment reference.
103
   * The cached value of the '{@link #getEBindingInput() <em>EBinding Input</em>}' containment reference.
Lines 107-113 Link Here
107
   * @generated
107
   * @generated
108
   * @ordered
108
   * @ordered
109
   */
109
   */
110
  protected BindingInput eBindingInput = null;
110
  protected BindingInput eBindingInput;
111
111
112
  /**
112
  /**
113
   * The cached value of the '{@link #getEBindingOutput() <em>EBinding Output</em>}' containment reference.
113
   * The cached value of the '{@link #getEBindingOutput() <em>EBinding Output</em>}' containment reference.
Lines 117-123 Link Here
117
   * @generated
117
   * @generated
118
   * @ordered
118
   * @ordered
119
   */
119
   */
120
  protected BindingOutput eBindingOutput = null;
120
  protected BindingOutput eBindingOutput;
121
121
122
  /**
122
  /**
123
   * The cached value of the '{@link #getEBindingFaults() <em>EBinding Faults</em>}' containment reference list.
123
   * The cached value of the '{@link #getEBindingFaults() <em>EBinding Faults</em>}' containment reference list.
Lines 127-133 Link Here
127
   * @generated
127
   * @generated
128
   * @ordered
128
   * @ordered
129
   */
129
   */
130
  protected EList eBindingFaults = null;
130
  protected EList eBindingFaults;
131
131
132
  /**
132
  /**
133
   * <!-- begin-user-doc -->
133
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/BindingFaultImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 82-88 Link Here
82
   * @generated
82
   * @generated
83
   * @ordered
83
   * @ordered
84
   */
84
   */
85
  protected Fault eFault = null;
85
  protected Fault eFault;
86
86
87
  /**
87
  /**
88
   * <!-- begin-user-doc -->
88
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/MessageReferenceImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 73-79 Link Here
73
   * @generated
73
   * @generated
74
   * @ordered
74
   * @ordered
75
   */
75
   */
76
  protected Message eMessage = null;
76
  protected Message eMessage;
77
77
78
  /**
78
  /**
79
   * <!-- begin-user-doc -->
79
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/internal/impl/ImportImpl.java (-3 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 110-116 Link Here
110
   * @generated
110
   * @generated
111
   * @ordered
111
   * @ordered
112
   */
112
   */
113
  protected Definition eDefinition = null;
113
  protected Definition eDefinition;
114
114
115
  /**
115
  /**
116
   * The cached value of the '{@link #getESchema() <em>ESchema</em>}' reference.
116
   * The cached value of the '{@link #getESchema() <em>ESchema</em>}' reference.
Lines 120-126 Link Here
120
   * @generated
120
   * @generated
121
   * @ordered
121
   * @ordered
122
   */
122
   */
123
  protected XSDSchema eSchema = null;
123
  protected XSDSchema eSchema;
124
124
125
  /**
125
  /**
126
   * <!-- begin-user-doc -->
126
   * <!-- begin-user-doc -->
(-)src-wsdl/org/eclipse/wst/wsdl/util/WSDLParser.java (-4 lines)
Lines 716-725 Link Here
716
      try
716
      try
717
      {
717
      {
718
        inputSource = super.resolveEntity(publicId, systemId);
718
        inputSource = super.resolveEntity(publicId, systemId);
719
        if (false)
720
        {
721
          throw new IOException();
722
        }
723
      }
719
      }
724
      catch (IOException exception)
720
      catch (IOException exception)
725
      {
721
      {
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPAdapterFactory.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 75-81 Link Here
75
  }
75
  }
76
76
77
  /**
77
  /**
78
   * The switch the delegates to the <code>createXXX</code> methods.
78
   * The switch that delegates to the <code>createXXX</code> methods.
79
   * <!-- begin-user-doc -->
79
   * <!-- begin-user-doc -->
80
   * <!-- end-user-doc -->
80
   * <!-- end-user-doc -->
81
   * @generated
81
   * @generated
(-)src-soap/org/eclipse/wst/wsdl/binding/soap/internal/util/SOAPSwitch.java (-39 / +39 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 237-249 Link Here
237
  }
237
  }
238
238
239
  /**
239
  /**
240
   * Returns the result of interpretting the object as an instance of '<em>Binding</em>'.
240
   * Returns the result of interpreting the object as an instance of '<em>Binding</em>'.
241
   * <!-- begin-user-doc -->
241
   * <!-- begin-user-doc -->
242
   * This implementation returns null;
242
   * This implementation returns null;
243
   * returning a non-null result will terminate the switch.
243
   * returning a non-null result will terminate the switch.
244
   * <!-- end-user-doc -->
244
   * <!-- end-user-doc -->
245
   * @param object the target of the switch.
245
   * @param object the target of the switch.
246
   * @return the result of interpretting the object as an instance of '<em>Binding</em>'.
246
   * @return the result of interpreting the object as an instance of '<em>Binding</em>'.
247
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
247
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
248
   * @generated
248
   * @generated
249
   */
249
   */
Lines 253-265 Link Here
253
  }
253
  }
254
254
255
  /**
255
  /**
256
   * Returns the result of interpretting the object as an instance of '<em>Body</em>'.
256
   * Returns the result of interpreting the object as an instance of '<em>Body</em>'.
257
   * <!-- begin-user-doc -->
257
   * <!-- begin-user-doc -->
258
   * This implementation returns null;
258
   * This implementation returns null;
259
   * returning a non-null result will terminate the switch.
259
   * returning a non-null result will terminate the switch.
260
   * <!-- end-user-doc -->
260
   * <!-- end-user-doc -->
261
   * @param object the target of the switch.
261
   * @param object the target of the switch.
262
   * @return the result of interpretting the object as an instance of '<em>Body</em>'.
262
   * @return the result of interpreting the object as an instance of '<em>Body</em>'.
263
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
263
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
264
   * @generated
264
   * @generated
265
   */
265
   */
Lines 269-281 Link Here
269
  }
269
  }
270
270
271
  /**
271
  /**
272
   * Returns the result of interpretting the object as an instance of '<em>Header Base</em>'.
272
   * Returns the result of interpreting the object as an instance of '<em>Header Base</em>'.
273
   * <!-- begin-user-doc -->
273
   * <!-- begin-user-doc -->
274
   * This implementation returns null;
274
   * This implementation returns null;
275
   * returning a non-null result will terminate the switch.
275
   * returning a non-null result will terminate the switch.
276
   * <!-- end-user-doc -->
276
   * <!-- end-user-doc -->
277
   * @param object the target of the switch.
277
   * @param object the target of the switch.
278
   * @return the result of interpretting the object as an instance of '<em>Header Base</em>'.
278
   * @return the result of interpreting the object as an instance of '<em>Header Base</em>'.
279
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
279
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
280
   * @generated
280
   * @generated
281
   */
281
   */
Lines 285-297 Link Here
285
  }
285
  }
286
286
287
  /**
287
  /**
288
   * Returns the result of interpretting the object as an instance of '<em>Fault</em>'.
288
   * Returns the result of interpreting the object as an instance of '<em>Fault</em>'.
289
   * <!-- begin-user-doc -->
289
   * <!-- begin-user-doc -->
290
   * This implementation returns null;
290
   * This implementation returns null;
291
   * returning a non-null result will terminate the switch.
291
   * returning a non-null result will terminate the switch.
292
   * <!-- end-user-doc -->
292
   * <!-- end-user-doc -->
293
   * @param object the target of the switch.
293
   * @param object the target of the switch.
294
   * @return the result of interpretting the object as an instance of '<em>Fault</em>'.
294
   * @return the result of interpreting the object as an instance of '<em>Fault</em>'.
295
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
295
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
296
   * @generated
296
   * @generated
297
   */
297
   */
Lines 301-313 Link Here
301
  }
301
  }
302
302
303
  /**
303
  /**
304
   * Returns the result of interpretting the object as an instance of '<em>Operation</em>'.
304
   * Returns the result of interpreting the object as an instance of '<em>Operation</em>'.
305
   * <!-- begin-user-doc -->
305
   * <!-- begin-user-doc -->
306
   * This implementation returns null;
306
   * This implementation returns null;
307
   * returning a non-null result will terminate the switch.
307
   * returning a non-null result will terminate the switch.
308
   * <!-- end-user-doc -->
308
   * <!-- end-user-doc -->
309
   * @param object the target of the switch.
309
   * @param object the target of the switch.
310
   * @return the result of interpretting the object as an instance of '<em>Operation</em>'.
310
   * @return the result of interpreting the object as an instance of '<em>Operation</em>'.
311
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
311
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
312
   * @generated
312
   * @generated
313
   */
313
   */
Lines 317-329 Link Here
317
  }
317
  }
318
318
319
  /**
319
  /**
320
   * Returns the result of interpretting the object as an instance of '<em>Address</em>'.
320
   * Returns the result of interpreting the object as an instance of '<em>Address</em>'.
321
   * <!-- begin-user-doc -->
321
   * <!-- begin-user-doc -->
322
   * This implementation returns null;
322
   * This implementation returns null;
323
   * returning a non-null result will terminate the switch.
323
   * returning a non-null result will terminate the switch.
324
   * <!-- end-user-doc -->
324
   * <!-- end-user-doc -->
325
   * @param object the target of the switch.
325
   * @param object the target of the switch.
326
   * @return the result of interpretting the object as an instance of '<em>Address</em>'.
326
   * @return the result of interpreting the object as an instance of '<em>Address</em>'.
327
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
327
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
328
   * @generated
328
   * @generated
329
   */
329
   */
Lines 333-345 Link Here
333
  }
333
  }
334
334
335
  /**
335
  /**
336
   * Returns the result of interpretting the object as an instance of '<em>Header Fault</em>'.
336
   * Returns the result of interpreting the object as an instance of '<em>Header Fault</em>'.
337
   * <!-- begin-user-doc -->
337
   * <!-- begin-user-doc -->
338
   * This implementation returns null;
338
   * This implementation returns null;
339
   * returning a non-null result will terminate the switch.
339
   * returning a non-null result will terminate the switch.
340
   * <!-- end-user-doc -->
340
   * <!-- end-user-doc -->
341
   * @param object the target of the switch.
341
   * @param object the target of the switch.
342
   * @return the result of interpretting the object as an instance of '<em>Header Fault</em>'.
342
   * @return the result of interpreting the object as an instance of '<em>Header Fault</em>'.
343
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
343
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
344
   * @generated
344
   * @generated
345
   */
345
   */
Lines 349-361 Link Here
349
  }
349
  }
350
350
351
  /**
351
  /**
352
   * Returns the result of interpretting the object as an instance of '<em>Header</em>'.
352
   * Returns the result of interpreting the object as an instance of '<em>Header</em>'.
353
   * <!-- begin-user-doc -->
353
   * <!-- begin-user-doc -->
354
   * This implementation returns null;
354
   * This implementation returns null;
355
   * returning a non-null result will terminate the switch.
355
   * returning a non-null result will terminate the switch.
356
   * <!-- end-user-doc -->
356
   * <!-- end-user-doc -->
357
   * @param object the target of the switch.
357
   * @param object the target of the switch.
358
   * @return the result of interpretting the object as an instance of '<em>Header</em>'.
358
   * @return the result of interpreting the object as an instance of '<em>Header</em>'.
359
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
359
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
360
   * @generated
360
   * @generated
361
   */
361
   */
Lines 365-377 Link Here
365
  }
365
  }
366
366
367
  /**
367
  /**
368
   * Returns the result of interpretting the object as an instance of '<em>ISOAP Binding</em>'.
368
   * Returns the result of interpreting the object as an instance of '<em>ISOAP Binding</em>'.
369
   * <!-- begin-user-doc -->
369
   * <!-- begin-user-doc -->
370
   * This implementation returns null;
370
   * This implementation returns null;
371
   * returning a non-null result will terminate the switch.
371
   * returning a non-null result will terminate the switch.
372
   * <!-- end-user-doc -->
372
   * <!-- end-user-doc -->
373
   * @param object the target of the switch.
373
   * @param object the target of the switch.
374
   * @return the result of interpretting the object as an instance of '<em>ISOAP Binding</em>'.
374
   * @return the result of interpreting the object as an instance of '<em>ISOAP Binding</em>'.
375
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
375
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
376
   * @generated
376
   * @generated
377
   */
377
   */
Lines 381-393 Link Here
381
  }
381
  }
382
382
383
  /**
383
  /**
384
   * Returns the result of interpretting the object as an instance of '<em>ISOAP Address</em>'.
384
   * Returns the result of interpreting the object as an instance of '<em>ISOAP Address</em>'.
385
   * <!-- begin-user-doc -->
385
   * <!-- begin-user-doc -->
386
   * This implementation returns null;
386
   * This implementation returns null;
387
   * returning a non-null result will terminate the switch.
387
   * returning a non-null result will terminate the switch.
388
   * <!-- end-user-doc -->
388
   * <!-- end-user-doc -->
389
   * @param object the target of the switch.
389
   * @param object the target of the switch.
390
   * @return the result of interpretting the object as an instance of '<em>ISOAP Address</em>'.
390
   * @return the result of interpreting the object as an instance of '<em>ISOAP Address</em>'.
391
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
391
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
392
   * @generated
392
   * @generated
393
   */
393
   */
Lines 397-409 Link Here
397
  }
397
  }
398
398
399
  /**
399
  /**
400
   * Returns the result of interpretting the object as an instance of '<em>ISOAP Body</em>'.
400
   * Returns the result of interpreting the object as an instance of '<em>ISOAP Body</em>'.
401
   * <!-- begin-user-doc -->
401
   * <!-- begin-user-doc -->
402
   * This implementation returns null;
402
   * This implementation returns null;
403
   * returning a non-null result will terminate the switch.
403
   * returning a non-null result will terminate the switch.
404
   * <!-- end-user-doc -->
404
   * <!-- end-user-doc -->
405
   * @param object the target of the switch.
405
   * @param object the target of the switch.
406
   * @return the result of interpretting the object as an instance of '<em>ISOAP Body</em>'.
406
   * @return the result of interpreting the object as an instance of '<em>ISOAP Body</em>'.
407
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
407
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
408
   * @generated
408
   * @generated
409
   */
409
   */
Lines 413-425 Link Here
413
  }
413
  }
414
414
415
  /**
415
  /**
416
   * Returns the result of interpretting the object as an instance of '<em>ISOAP Fault</em>'.
416
   * Returns the result of interpreting the object as an instance of '<em>ISOAP Fault</em>'.
417
   * <!-- begin-user-doc -->
417
   * <!-- begin-user-doc -->
418
   * This implementation returns null;
418
   * This implementation returns null;
419
   * returning a non-null result will terminate the switch.
419
   * returning a non-null result will terminate the switch.
420
   * <!-- end-user-doc -->
420
   * <!-- end-user-doc -->
421
   * @param object the target of the switch.
421
   * @param object the target of the switch.
422
   * @return the result of interpretting the object as an instance of '<em>ISOAP Fault</em>'.
422
   * @return the result of interpreting the object as an instance of '<em>ISOAP Fault</em>'.
423
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
423
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
424
   * @generated
424
   * @generated
425
   */
425
   */
Lines 429-441 Link Here
429
  }
429
  }
430
430
431
  /**
431
  /**
432
   * Returns the result of interpretting the object as an instance of '<em>ISOAP Operation</em>'.
432
   * Returns the result of interpreting the object as an instance of '<em>ISOAP Operation</em>'.
433
   * <!-- begin-user-doc -->
433
   * <!-- begin-user-doc -->
434
   * This implementation returns null;
434
   * This implementation returns null;
435
   * returning a non-null result will terminate the switch.
435
   * returning a non-null result will terminate the switch.
436
   * <!-- end-user-doc -->
436
   * <!-- end-user-doc -->
437
   * @param object the target of the switch.
437
   * @param object the target of the switch.
438
   * @return the result of interpretting the object as an instance of '<em>ISOAP Operation</em>'.
438
   * @return the result of interpreting the object as an instance of '<em>ISOAP Operation</em>'.
439
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
439
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
440
   * @generated
440
   * @generated
441
   */
441
   */
Lines 445-457 Link Here
445
  }
445
  }
446
446
447
  /**
447
  /**
448
   * Returns the result of interpretting the object as an instance of '<em>ISOAP Header Fault</em>'.
448
   * Returns the result of interpreting the object as an instance of '<em>ISOAP Header Fault</em>'.
449
   * <!-- begin-user-doc -->
449
   * <!-- begin-user-doc -->
450
   * This implementation returns null;
450
   * This implementation returns null;
451
   * returning a non-null result will terminate the switch.
451
   * returning a non-null result will terminate the switch.
452
   * <!-- end-user-doc -->
452
   * <!-- end-user-doc -->
453
   * @param object the target of the switch.
453
   * @param object the target of the switch.
454
   * @return the result of interpretting the object as an instance of '<em>ISOAP Header Fault</em>'.
454
   * @return the result of interpreting the object as an instance of '<em>ISOAP Header Fault</em>'.
455
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
455
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
456
   * @generated
456
   * @generated
457
   */
457
   */
Lines 461-473 Link Here
461
  }
461
  }
462
462
463
  /**
463
  /**
464
   * Returns the result of interpretting the object as an instance of '<em>ISOAP Header</em>'.
464
   * Returns the result of interpreting the object as an instance of '<em>ISOAP Header</em>'.
465
   * <!-- begin-user-doc -->
465
   * <!-- begin-user-doc -->
466
   * This implementation returns null;
466
   * This implementation returns null;
467
   * returning a non-null result will terminate the switch.
467
   * returning a non-null result will terminate the switch.
468
   * <!-- end-user-doc -->
468
   * <!-- end-user-doc -->
469
   * @param object the target of the switch.
469
   * @param object the target of the switch.
470
   * @return the result of interpretting the object as an instance of '<em>ISOAP Header</em>'.
470
   * @return the result of interpreting the object as an instance of '<em>ISOAP Header</em>'.
471
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
471
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
472
   * @generated
472
   * @generated
473
   */
473
   */
Lines 477-489 Link Here
477
  }
477
  }
478
478
479
  /**
479
  /**
480
   * Returns the result of interpretting the object as an instance of '<em>Element</em>'.
480
   * Returns the result of interpreting the object as an instance of '<em>Element</em>'.
481
   * <!-- begin-user-doc -->
481
   * <!-- begin-user-doc -->
482
   * This implementation returns null;
482
   * This implementation returns null;
483
   * returning a non-null result will terminate the switch.
483
   * returning a non-null result will terminate the switch.
484
   * <!-- end-user-doc -->
484
   * <!-- end-user-doc -->
485
   * @param object the target of the switch.
485
   * @param object the target of the switch.
486
   * @return the result of interpretting the object as an instance of '<em>Element</em>'.
486
   * @return the result of interpreting the object as an instance of '<em>Element</em>'.
487
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
487
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
488
   * @generated
488
   * @generated
489
   */
489
   */
Lines 493-505 Link Here
493
  }
493
  }
494
494
495
  /**
495
  /**
496
   * Returns the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'.
496
   * Returns the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'.
497
   * <!-- begin-user-doc -->
497
   * <!-- begin-user-doc -->
498
   * This implementation returns null;
498
   * This implementation returns null;
499
   * returning a non-null result will terminate the switch.
499
   * returning a non-null result will terminate the switch.
500
   * <!-- end-user-doc -->
500
   * <!-- end-user-doc -->
501
   * @param object the target of the switch.
501
   * @param object the target of the switch.
502
   * @return the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'.
502
   * @return the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'.
503
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
503
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
504
   * @generated
504
   * @generated
505
   */
505
   */
Lines 509-521 Link Here
509
  }
509
  }
510
510
511
  /**
511
  /**
512
   * Returns the result of interpretting the object as an instance of '<em>Extensibility Element</em>'.
512
   * Returns the result of interpreting the object as an instance of '<em>Extensibility Element</em>'.
513
   * <!-- begin-user-doc -->
513
   * <!-- begin-user-doc -->
514
   * This implementation returns null;
514
   * This implementation returns null;
515
   * returning a non-null result will terminate the switch.
515
   * returning a non-null result will terminate the switch.
516
   * <!-- end-user-doc -->
516
   * <!-- end-user-doc -->
517
   * @param object the target of the switch.
517
   * @param object the target of the switch.
518
   * @return the result of interpretting the object as an instance of '<em>Extensibility Element</em>'.
518
   * @return the result of interpreting the object as an instance of '<em>Extensibility Element</em>'.
519
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
519
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
520
   * @generated
520
   * @generated
521
   */
521
   */
Lines 525-537 Link Here
525
  }
525
  }
526
526
527
  /**
527
  /**
528
   * Returns the result of interpretting the object as an instance of '<em>EObject</em>'.
528
   * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
529
   * <!-- begin-user-doc -->
529
   * <!-- begin-user-doc -->
530
   * This implementation returns null;
530
   * This implementation returns null;
531
   * returning a non-null result will terminate the switch, but this is the last case anyway.
531
   * returning a non-null result will terminate the switch, but this is the last case anyway.
532
   * <!-- end-user-doc -->
532
   * <!-- end-user-doc -->
533
   * @param object the target of the switch.
533
   * @param object the target of the switch.
534
   * @return the result of interpretting the object as an instance of '<em>EObject</em>'.
534
   * @return the result of interpreting the object as an instance of '<em>EObject</em>'.
535
   * @see #doSwitch(org.eclipse.emf.ecore.EObject)
535
   * @see #doSwitch(org.eclipse.emf.ecore.EObject)
536
   * @generated
536
   * @generated
537
   */
537
   */
(-)src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPSwitch.java (-29 / +29 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 187-199 Link Here
187
  }
187
  }
188
188
189
  /**
189
  /**
190
   * Returns the result of interpretting the object as an instance of '<em>Binding</em>'.
190
   * Returns the result of interpreting the object as an instance of '<em>Binding</em>'.
191
   * <!-- begin-user-doc -->
191
   * <!-- begin-user-doc -->
192
   * This implementation returns null;
192
   * This implementation returns null;
193
   * returning a non-null result will terminate the switch.
193
   * returning a non-null result will terminate the switch.
194
   * <!-- end-user-doc -->
194
   * <!-- end-user-doc -->
195
   * @param object the target of the switch.
195
   * @param object the target of the switch.
196
   * @return the result of interpretting the object as an instance of '<em>Binding</em>'.
196
   * @return the result of interpreting the object as an instance of '<em>Binding</em>'.
197
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
197
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
198
   * @generated
198
   * @generated
199
   */
199
   */
Lines 203-215 Link Here
203
  }
203
  }
204
204
205
  /**
205
  /**
206
   * Returns the result of interpretting the object as an instance of '<em>Operation</em>'.
206
   * Returns the result of interpreting the object as an instance of '<em>Operation</em>'.
207
   * <!-- begin-user-doc -->
207
   * <!-- begin-user-doc -->
208
   * This implementation returns null;
208
   * This implementation returns null;
209
   * returning a non-null result will terminate the switch.
209
   * returning a non-null result will terminate the switch.
210
   * <!-- end-user-doc -->
210
   * <!-- end-user-doc -->
211
   * @param object the target of the switch.
211
   * @param object the target of the switch.
212
   * @return the result of interpretting the object as an instance of '<em>Operation</em>'.
212
   * @return the result of interpreting the object as an instance of '<em>Operation</em>'.
213
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
213
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
214
   * @generated
214
   * @generated
215
   */
215
   */
Lines 219-231 Link Here
219
  }
219
  }
220
220
221
  /**
221
  /**
222
   * Returns the result of interpretting the object as an instance of '<em>Url Replacement</em>'.
222
   * Returns the result of interpreting the object as an instance of '<em>Url Replacement</em>'.
223
   * <!-- begin-user-doc -->
223
   * <!-- begin-user-doc -->
224
   * This implementation returns null;
224
   * This implementation returns null;
225
   * returning a non-null result will terminate the switch.
225
   * returning a non-null result will terminate the switch.
226
   * <!-- end-user-doc -->
226
   * <!-- end-user-doc -->
227
   * @param object the target of the switch.
227
   * @param object the target of the switch.
228
   * @return the result of interpretting the object as an instance of '<em>Url Replacement</em>'.
228
   * @return the result of interpreting the object as an instance of '<em>Url Replacement</em>'.
229
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
229
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
230
   * @generated
230
   * @generated
231
   */
231
   */
Lines 235-247 Link Here
235
  }
235
  }
236
236
237
  /**
237
  /**
238
   * Returns the result of interpretting the object as an instance of '<em>Url Encoded</em>'.
238
   * Returns the result of interpreting the object as an instance of '<em>Url Encoded</em>'.
239
   * <!-- begin-user-doc -->
239
   * <!-- begin-user-doc -->
240
   * This implementation returns null;
240
   * This implementation returns null;
241
   * returning a non-null result will terminate the switch.
241
   * returning a non-null result will terminate the switch.
242
   * <!-- end-user-doc -->
242
   * <!-- end-user-doc -->
243
   * @param object the target of the switch.
243
   * @param object the target of the switch.
244
   * @return the result of interpretting the object as an instance of '<em>Url Encoded</em>'.
244
   * @return the result of interpreting the object as an instance of '<em>Url Encoded</em>'.
245
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
245
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
246
   * @generated
246
   * @generated
247
   */
247
   */
Lines 251-263 Link Here
251
  }
251
  }
252
252
253
  /**
253
  /**
254
   * Returns the result of interpretting the object as an instance of '<em>Address</em>'.
254
   * Returns the result of interpreting the object as an instance of '<em>Address</em>'.
255
   * <!-- begin-user-doc -->
255
   * <!-- begin-user-doc -->
256
   * This implementation returns null;
256
   * This implementation returns null;
257
   * returning a non-null result will terminate the switch.
257
   * returning a non-null result will terminate the switch.
258
   * <!-- end-user-doc -->
258
   * <!-- end-user-doc -->
259
   * @param object the target of the switch.
259
   * @param object the target of the switch.
260
   * @return the result of interpretting the object as an instance of '<em>Address</em>'.
260
   * @return the result of interpreting the object as an instance of '<em>Address</em>'.
261
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
261
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
262
   * @generated
262
   * @generated
263
   */
263
   */
Lines 267-279 Link Here
267
  }
267
  }
268
268
269
  /**
269
  /**
270
   * Returns the result of interpretting the object as an instance of '<em>IHTTP Address</em>'.
270
   * Returns the result of interpreting the object as an instance of '<em>IHTTP Address</em>'.
271
   * <!-- begin-user-doc -->
271
   * <!-- begin-user-doc -->
272
   * This implementation returns null;
272
   * This implementation returns null;
273
   * returning a non-null result will terminate the switch.
273
   * returning a non-null result will terminate the switch.
274
   * <!-- end-user-doc -->
274
   * <!-- end-user-doc -->
275
   * @param object the target of the switch.
275
   * @param object the target of the switch.
276
   * @return the result of interpretting the object as an instance of '<em>IHTTP Address</em>'.
276
   * @return the result of interpreting the object as an instance of '<em>IHTTP Address</em>'.
277
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
277
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
278
   * @generated
278
   * @generated
279
   */
279
   */
Lines 283-295 Link Here
283
  }
283
  }
284
284
285
  /**
285
  /**
286
   * Returns the result of interpretting the object as an instance of '<em>IHTTP Binding</em>'.
286
   * Returns the result of interpreting the object as an instance of '<em>IHTTP Binding</em>'.
287
   * <!-- begin-user-doc -->
287
   * <!-- begin-user-doc -->
288
   * This implementation returns null;
288
   * This implementation returns null;
289
   * returning a non-null result will terminate the switch.
289
   * returning a non-null result will terminate the switch.
290
   * <!-- end-user-doc -->
290
   * <!-- end-user-doc -->
291
   * @param object the target of the switch.
291
   * @param object the target of the switch.
292
   * @return the result of interpretting the object as an instance of '<em>IHTTP Binding</em>'.
292
   * @return the result of interpreting the object as an instance of '<em>IHTTP Binding</em>'.
293
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
293
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
294
   * @generated
294
   * @generated
295
   */
295
   */
Lines 299-311 Link Here
299
  }
299
  }
300
300
301
  /**
301
  /**
302
   * Returns the result of interpretting the object as an instance of '<em>IHTTP Operation</em>'.
302
   * Returns the result of interpreting the object as an instance of '<em>IHTTP Operation</em>'.
303
   * <!-- begin-user-doc -->
303
   * <!-- begin-user-doc -->
304
   * This implementation returns null;
304
   * This implementation returns null;
305
   * returning a non-null result will terminate the switch.
305
   * returning a non-null result will terminate the switch.
306
   * <!-- end-user-doc -->
306
   * <!-- end-user-doc -->
307
   * @param object the target of the switch.
307
   * @param object the target of the switch.
308
   * @return the result of interpretting the object as an instance of '<em>IHTTP Operation</em>'.
308
   * @return the result of interpreting the object as an instance of '<em>IHTTP Operation</em>'.
309
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
309
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
310
   * @generated
310
   * @generated
311
   */
311
   */
Lines 315-327 Link Here
315
  }
315
  }
316
316
317
  /**
317
  /**
318
   * Returns the result of interpretting the object as an instance of '<em>IHTTP Url Encoded</em>'.
318
   * Returns the result of interpreting the object as an instance of '<em>IHTTP Url Encoded</em>'.
319
   * <!-- begin-user-doc -->
319
   * <!-- begin-user-doc -->
320
   * This implementation returns null;
320
   * This implementation returns null;
321
   * returning a non-null result will terminate the switch.
321
   * returning a non-null result will terminate the switch.
322
   * <!-- end-user-doc -->
322
   * <!-- end-user-doc -->
323
   * @param object the target of the switch.
323
   * @param object the target of the switch.
324
   * @return the result of interpretting the object as an instance of '<em>IHTTP Url Encoded</em>'.
324
   * @return the result of interpreting the object as an instance of '<em>IHTTP Url Encoded</em>'.
325
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
325
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
326
   * @generated
326
   * @generated
327
   */
327
   */
Lines 331-343 Link Here
331
  }
331
  }
332
332
333
  /**
333
  /**
334
   * Returns the result of interpretting the object as an instance of '<em>IHTTP Url Replacement</em>'.
334
   * Returns the result of interpreting the object as an instance of '<em>IHTTP Url Replacement</em>'.
335
   * <!-- begin-user-doc -->
335
   * <!-- begin-user-doc -->
336
   * This implementation returns null;
336
   * This implementation returns null;
337
   * returning a non-null result will terminate the switch.
337
   * returning a non-null result will terminate the switch.
338
   * <!-- end-user-doc -->
338
   * <!-- end-user-doc -->
339
   * @param object the target of the switch.
339
   * @param object the target of the switch.
340
   * @return the result of interpretting the object as an instance of '<em>IHTTP Url Replacement</em>'.
340
   * @return the result of interpreting the object as an instance of '<em>IHTTP Url Replacement</em>'.
341
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
341
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
342
   * @generated
342
   * @generated
343
   */
343
   */
Lines 347-359 Link Here
347
  }
347
  }
348
348
349
  /**
349
  /**
350
   * Returns the result of interpretting the object as an instance of '<em>Element</em>'.
350
   * Returns the result of interpreting the object as an instance of '<em>Element</em>'.
351
   * <!-- begin-user-doc -->
351
   * <!-- begin-user-doc -->
352
   * This implementation returns null;
352
   * This implementation returns null;
353
   * returning a non-null result will terminate the switch.
353
   * returning a non-null result will terminate the switch.
354
   * <!-- end-user-doc -->
354
   * <!-- end-user-doc -->
355
   * @param object the target of the switch.
355
   * @param object the target of the switch.
356
   * @return the result of interpretting the object as an instance of '<em>Element</em>'.
356
   * @return the result of interpreting the object as an instance of '<em>Element</em>'.
357
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
357
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
358
   * @generated
358
   * @generated
359
   */
359
   */
Lines 363-375 Link Here
363
  }
363
  }
364
364
365
  /**
365
  /**
366
   * Returns the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'.
366
   * Returns the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'.
367
   * <!-- begin-user-doc -->
367
   * <!-- begin-user-doc -->
368
   * This implementation returns null;
368
   * This implementation returns null;
369
   * returning a non-null result will terminate the switch.
369
   * returning a non-null result will terminate the switch.
370
   * <!-- end-user-doc -->
370
   * <!-- end-user-doc -->
371
   * @param object the target of the switch.
371
   * @param object the target of the switch.
372
   * @return the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'.
372
   * @return the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'.
373
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
373
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
374
   * @generated
374
   * @generated
375
   */
375
   */
Lines 379-391 Link Here
379
  }
379
  }
380
380
381
  /**
381
  /**
382
   * Returns the result of interpretting the object as an instance of '<em>Extensibility Element</em>'.
382
   * Returns the result of interpreting the object as an instance of '<em>Extensibility Element</em>'.
383
   * <!-- begin-user-doc -->
383
   * <!-- begin-user-doc -->
384
   * This implementation returns null;
384
   * This implementation returns null;
385
   * returning a non-null result will terminate the switch.
385
   * returning a non-null result will terminate the switch.
386
   * <!-- end-user-doc -->
386
   * <!-- end-user-doc -->
387
   * @param object the target of the switch.
387
   * @param object the target of the switch.
388
   * @return the result of interpretting the object as an instance of '<em>Extensibility Element</em>'.
388
   * @return the result of interpreting the object as an instance of '<em>Extensibility Element</em>'.
389
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
389
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
390
   * @generated
390
   * @generated
391
   */
391
   */
Lines 395-407 Link Here
395
  }
395
  }
396
396
397
  /**
397
  /**
398
   * Returns the result of interpretting the object as an instance of '<em>EObject</em>'.
398
   * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
399
   * <!-- begin-user-doc -->
399
   * <!-- begin-user-doc -->
400
   * This implementation returns null;
400
   * This implementation returns null;
401
   * returning a non-null result will terminate the switch, but this is the last case anyway.
401
   * returning a non-null result will terminate the switch, but this is the last case anyway.
402
   * <!-- end-user-doc -->
402
   * <!-- end-user-doc -->
403
   * @param object the target of the switch.
403
   * @param object the target of the switch.
404
   * @return the result of interpretting the object as an instance of '<em>EObject</em>'.
404
   * @return the result of interpreting the object as an instance of '<em>EObject</em>'.
405
   * @see #doSwitch(org.eclipse.emf.ecore.EObject)
405
   * @see #doSwitch(org.eclipse.emf.ecore.EObject)
406
   * @generated
406
   * @generated
407
   */
407
   */
(-)src-http/org/eclipse/wst/wsdl/binding/http/internal/util/HTTPAdapterFactory.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 75-81 Link Here
75
  }
75
  }
76
76
77
  /**
77
  /**
78
   * The switch the delegates to the <code>createXXX</code> methods.
78
   * The switch that delegates to the <code>createXXX</code> methods.
79
   * <!-- begin-user-doc -->
79
   * <!-- begin-user-doc -->
80
   * <!-- end-user-doc -->
80
   * <!-- end-user-doc -->
81
   * @generated
81
   * @generated
(-)src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLAdapterFactory.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 79-85 Link Here
79
  }
79
  }
80
80
81
  /**
81
  /**
82
   * The switch the delegates to the <code>createXXX</code> methods.
82
   * The switch that delegates to the <code>createXXX</code> methods.
83
   * <!-- begin-user-doc -->
83
   * <!-- begin-user-doc -->
84
   * <!-- end-user-doc -->
84
   * <!-- end-user-doc -->
85
   * @generated
85
   * @generated
(-)src-wsdl/org/eclipse/wst/wsdl/internal/util/WSDLSwitch.java (-97 / +97 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 431-443 Link Here
431
  }
431
  }
432
432
433
  /**
433
  /**
434
   * Returns the result of interpretting the object as an instance of '<em>Element</em>'.
434
   * Returns the result of interpreting the object as an instance of '<em>Element</em>'.
435
   * <!-- begin-user-doc -->
435
   * <!-- begin-user-doc -->
436
   * This implementation returns null;
436
   * This implementation returns null;
437
   * returning a non-null result will terminate the switch.
437
   * returning a non-null result will terminate the switch.
438
   * <!-- end-user-doc -->
438
   * <!-- end-user-doc -->
439
   * @param object the target of the switch.
439
   * @param object the target of the switch.
440
   * @return the result of interpretting the object as an instance of '<em>Element</em>'.
440
   * @return the result of interpreting the object as an instance of '<em>Element</em>'.
441
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
441
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
442
   * @generated
442
   * @generated
443
   */
443
   */
Lines 447-459 Link Here
447
  }
447
  }
448
448
449
  /**
449
  /**
450
   * Returns the result of interpretting the object as an instance of '<em>Port Type</em>'.
450
   * Returns the result of interpreting the object as an instance of '<em>Port Type</em>'.
451
   * <!-- begin-user-doc -->
451
   * <!-- begin-user-doc -->
452
   * This implementation returns null;
452
   * This implementation returns null;
453
   * returning a non-null result will terminate the switch.
453
   * returning a non-null result will terminate the switch.
454
   * <!-- end-user-doc -->
454
   * <!-- end-user-doc -->
455
   * @param object the target of the switch.
455
   * @param object the target of the switch.
456
   * @return the result of interpretting the object as an instance of '<em>Port Type</em>'.
456
   * @return the result of interpreting the object as an instance of '<em>Port Type</em>'.
457
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
457
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
458
   * @generated
458
   * @generated
459
   */
459
   */
Lines 463-475 Link Here
463
  }
463
  }
464
464
465
  /**
465
  /**
466
   * Returns the result of interpretting the object as an instance of '<em>Operation</em>'.
466
   * Returns the result of interpreting the object as an instance of '<em>Operation</em>'.
467
   * <!-- begin-user-doc -->
467
   * <!-- begin-user-doc -->
468
   * This implementation returns null;
468
   * This implementation returns null;
469
   * returning a non-null result will terminate the switch.
469
   * returning a non-null result will terminate the switch.
470
   * <!-- end-user-doc -->
470
   * <!-- end-user-doc -->
471
   * @param object the target of the switch.
471
   * @param object the target of the switch.
472
   * @return the result of interpretting the object as an instance of '<em>Operation</em>'.
472
   * @return the result of interpreting the object as an instance of '<em>Operation</em>'.
473
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
473
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
474
   * @generated
474
   * @generated
475
   */
475
   */
Lines 479-491 Link Here
479
  }
479
  }
480
480
481
  /**
481
  /**
482
   * Returns the result of interpretting the object as an instance of '<em>Message</em>'.
482
   * Returns the result of interpreting the object as an instance of '<em>Message</em>'.
483
   * <!-- begin-user-doc -->
483
   * <!-- begin-user-doc -->
484
   * This implementation returns null;
484
   * This implementation returns null;
485
   * returning a non-null result will terminate the switch.
485
   * returning a non-null result will terminate the switch.
486
   * <!-- end-user-doc -->
486
   * <!-- end-user-doc -->
487
   * @param object the target of the switch.
487
   * @param object the target of the switch.
488
   * @return the result of interpretting the object as an instance of '<em>Message</em>'.
488
   * @return the result of interpreting the object as an instance of '<em>Message</em>'.
489
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
489
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
490
   * @generated
490
   * @generated
491
   */
491
   */
Lines 495-507 Link Here
495
  }
495
  }
496
496
497
  /**
497
  /**
498
   * Returns the result of interpretting the object as an instance of '<em>Part</em>'.
498
   * Returns the result of interpreting the object as an instance of '<em>Part</em>'.
499
   * <!-- begin-user-doc -->
499
   * <!-- begin-user-doc -->
500
   * This implementation returns null;
500
   * This implementation returns null;
501
   * returning a non-null result will terminate the switch.
501
   * returning a non-null result will terminate the switch.
502
   * <!-- end-user-doc -->
502
   * <!-- end-user-doc -->
503
   * @param object the target of the switch.
503
   * @param object the target of the switch.
504
   * @return the result of interpretting the object as an instance of '<em>Part</em>'.
504
   * @return the result of interpreting the object as an instance of '<em>Part</em>'.
505
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
505
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
506
   * @generated
506
   * @generated
507
   */
507
   */
Lines 511-523 Link Here
511
  }
511
  }
512
512
513
  /**
513
  /**
514
   * Returns the result of interpretting the object as an instance of '<em>Binding</em>'.
514
   * Returns the result of interpreting the object as an instance of '<em>Binding</em>'.
515
   * <!-- begin-user-doc -->
515
   * <!-- begin-user-doc -->
516
   * This implementation returns null;
516
   * This implementation returns null;
517
   * returning a non-null result will terminate the switch.
517
   * returning a non-null result will terminate the switch.
518
   * <!-- end-user-doc -->
518
   * <!-- end-user-doc -->
519
   * @param object the target of the switch.
519
   * @param object the target of the switch.
520
   * @return the result of interpretting the object as an instance of '<em>Binding</em>'.
520
   * @return the result of interpreting the object as an instance of '<em>Binding</em>'.
521
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
521
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
522
   * @generated
522
   * @generated
523
   */
523
   */
Lines 527-539 Link Here
527
  }
527
  }
528
528
529
  /**
529
  /**
530
   * Returns the result of interpretting the object as an instance of '<em>Binding Operation</em>'.
530
   * Returns the result of interpreting the object as an instance of '<em>Binding Operation</em>'.
531
   * <!-- begin-user-doc -->
531
   * <!-- begin-user-doc -->
532
   * This implementation returns null;
532
   * This implementation returns null;
533
   * returning a non-null result will terminate the switch.
533
   * returning a non-null result will terminate the switch.
534
   * <!-- end-user-doc -->
534
   * <!-- end-user-doc -->
535
   * @param object the target of the switch.
535
   * @param object the target of the switch.
536
   * @return the result of interpretting the object as an instance of '<em>Binding Operation</em>'.
536
   * @return the result of interpreting the object as an instance of '<em>Binding Operation</em>'.
537
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
537
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
538
   * @generated
538
   * @generated
539
   */
539
   */
Lines 543-555 Link Here
543
  }
543
  }
544
544
545
  /**
545
  /**
546
   * Returns the result of interpretting the object as an instance of '<em>Service</em>'.
546
   * Returns the result of interpreting the object as an instance of '<em>Service</em>'.
547
   * <!-- begin-user-doc -->
547
   * <!-- begin-user-doc -->
548
   * This implementation returns null;
548
   * This implementation returns null;
549
   * returning a non-null result will terminate the switch.
549
   * returning a non-null result will terminate the switch.
550
   * <!-- end-user-doc -->
550
   * <!-- end-user-doc -->
551
   * @param object the target of the switch.
551
   * @param object the target of the switch.
552
   * @return the result of interpretting the object as an instance of '<em>Service</em>'.
552
   * @return the result of interpreting the object as an instance of '<em>Service</em>'.
553
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
553
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
554
   * @generated
554
   * @generated
555
   */
555
   */
Lines 559-571 Link Here
559
  }
559
  }
560
560
561
  /**
561
  /**
562
   * Returns the result of interpretting the object as an instance of '<em>Port</em>'.
562
   * Returns the result of interpreting the object as an instance of '<em>Port</em>'.
563
   * <!-- begin-user-doc -->
563
   * <!-- begin-user-doc -->
564
   * This implementation returns null;
564
   * This implementation returns null;
565
   * returning a non-null result will terminate the switch.
565
   * returning a non-null result will terminate the switch.
566
   * <!-- end-user-doc -->
566
   * <!-- end-user-doc -->
567
   * @param object the target of the switch.
567
   * @param object the target of the switch.
568
   * @return the result of interpretting the object as an instance of '<em>Port</em>'.
568
   * @return the result of interpreting the object as an instance of '<em>Port</em>'.
569
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
569
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
570
   * @generated
570
   * @generated
571
   */
571
   */
Lines 575-587 Link Here
575
  }
575
  }
576
576
577
  /**
577
  /**
578
   * Returns the result of interpretting the object as an instance of '<em>Extensibility Element</em>'.
578
   * Returns the result of interpreting the object as an instance of '<em>Extensibility Element</em>'.
579
   * <!-- begin-user-doc -->
579
   * <!-- begin-user-doc -->
580
   * This implementation returns null;
580
   * This implementation returns null;
581
   * returning a non-null result will terminate the switch.
581
   * returning a non-null result will terminate the switch.
582
   * <!-- end-user-doc -->
582
   * <!-- end-user-doc -->
583
   * @param object the target of the switch.
583
   * @param object the target of the switch.
584
   * @return the result of interpretting the object as an instance of '<em>Extensibility Element</em>'.
584
   * @return the result of interpreting the object as an instance of '<em>Extensibility Element</em>'.
585
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
585
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
586
   * @generated
586
   * @generated
587
   */
587
   */
Lines 591-603 Link Here
591
  }
591
  }
592
592
593
  /**
593
  /**
594
   * Returns the result of interpretting the object as an instance of '<em>Definition</em>'.
594
   * Returns the result of interpreting the object as an instance of '<em>Definition</em>'.
595
   * <!-- begin-user-doc -->
595
   * <!-- begin-user-doc -->
596
   * This implementation returns null;
596
   * This implementation returns null;
597
   * returning a non-null result will terminate the switch.
597
   * returning a non-null result will terminate the switch.
598
   * <!-- end-user-doc -->
598
   * <!-- end-user-doc -->
599
   * @param object the target of the switch.
599
   * @param object the target of the switch.
600
   * @return the result of interpretting the object as an instance of '<em>Definition</em>'.
600
   * @return the result of interpreting the object as an instance of '<em>Definition</em>'.
601
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
601
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
602
   * @generated
602
   * @generated
603
   */
603
   */
Lines 607-619 Link Here
607
  }
607
  }
608
608
609
  /**
609
  /**
610
   * Returns the result of interpretting the object as an instance of '<em>Import</em>'.
610
   * Returns the result of interpreting the object as an instance of '<em>Import</em>'.
611
   * <!-- begin-user-doc -->
611
   * <!-- begin-user-doc -->
612
   * This implementation returns null;
612
   * This implementation returns null;
613
   * returning a non-null result will terminate the switch.
613
   * returning a non-null result will terminate the switch.
614
   * <!-- end-user-doc -->
614
   * <!-- end-user-doc -->
615
   * @param object the target of the switch.
615
   * @param object the target of the switch.
616
   * @return the result of interpretting the object as an instance of '<em>Import</em>'.
616
   * @return the result of interpreting the object as an instance of '<em>Import</em>'.
617
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
617
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
618
   * @generated
618
   * @generated
619
   */
619
   */
Lines 623-635 Link Here
623
  }
623
  }
624
624
625
  /**
625
  /**
626
   * Returns the result of interpretting the object as an instance of '<em>Extensible Element</em>'.
626
   * Returns the result of interpreting the object as an instance of '<em>Extensible Element</em>'.
627
   * <!-- begin-user-doc -->
627
   * <!-- begin-user-doc -->
628
   * This implementation returns null;
628
   * This implementation returns null;
629
   * returning a non-null result will terminate the switch.
629
   * returning a non-null result will terminate the switch.
630
   * <!-- end-user-doc -->
630
   * <!-- end-user-doc -->
631
   * @param object the target of the switch.
631
   * @param object the target of the switch.
632
   * @return the result of interpretting the object as an instance of '<em>Extensible Element</em>'.
632
   * @return the result of interpreting the object as an instance of '<em>Extensible Element</em>'.
633
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
633
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
634
   * @generated
634
   * @generated
635
   */
635
   */
Lines 639-651 Link Here
639
  }
639
  }
640
640
641
  /**
641
  /**
642
   * Returns the result of interpretting the object as an instance of '<em>Input</em>'.
642
   * Returns the result of interpreting the object as an instance of '<em>Input</em>'.
643
   * <!-- begin-user-doc -->
643
   * <!-- begin-user-doc -->
644
   * This implementation returns null;
644
   * This implementation returns null;
645
   * returning a non-null result will terminate the switch.
645
   * returning a non-null result will terminate the switch.
646
   * <!-- end-user-doc -->
646
   * <!-- end-user-doc -->
647
   * @param object the target of the switch.
647
   * @param object the target of the switch.
648
   * @return the result of interpretting the object as an instance of '<em>Input</em>'.
648
   * @return the result of interpreting the object as an instance of '<em>Input</em>'.
649
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
649
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
650
   * @generated
650
   * @generated
651
   */
651
   */
Lines 655-667 Link Here
655
  }
655
  }
656
656
657
  /**
657
  /**
658
   * Returns the result of interpretting the object as an instance of '<em>Output</em>'.
658
   * Returns the result of interpreting the object as an instance of '<em>Output</em>'.
659
   * <!-- begin-user-doc -->
659
   * <!-- begin-user-doc -->
660
   * This implementation returns null;
660
   * This implementation returns null;
661
   * returning a non-null result will terminate the switch.
661
   * returning a non-null result will terminate the switch.
662
   * <!-- end-user-doc -->
662
   * <!-- end-user-doc -->
663
   * @param object the target of the switch.
663
   * @param object the target of the switch.
664
   * @return the result of interpretting the object as an instance of '<em>Output</em>'.
664
   * @return the result of interpreting the object as an instance of '<em>Output</em>'.
665
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
665
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
666
   * @generated
666
   * @generated
667
   */
667
   */
Lines 671-683 Link Here
671
  }
671
  }
672
672
673
  /**
673
  /**
674
   * Returns the result of interpretting the object as an instance of '<em>Fault</em>'.
674
   * Returns the result of interpreting the object as an instance of '<em>Fault</em>'.
675
   * <!-- begin-user-doc -->
675
   * <!-- begin-user-doc -->
676
   * This implementation returns null;
676
   * This implementation returns null;
677
   * returning a non-null result will terminate the switch.
677
   * returning a non-null result will terminate the switch.
678
   * <!-- end-user-doc -->
678
   * <!-- end-user-doc -->
679
   * @param object the target of the switch.
679
   * @param object the target of the switch.
680
   * @return the result of interpretting the object as an instance of '<em>Fault</em>'.
680
   * @return the result of interpreting the object as an instance of '<em>Fault</em>'.
681
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
681
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
682
   * @generated
682
   * @generated
683
   */
683
   */
Lines 687-699 Link Here
687
  }
687
  }
688
688
689
  /**
689
  /**
690
   * Returns the result of interpretting the object as an instance of '<em>Binding Input</em>'.
690
   * Returns the result of interpreting the object as an instance of '<em>Binding Input</em>'.
691
   * <!-- begin-user-doc -->
691
   * <!-- begin-user-doc -->
692
   * This implementation returns null;
692
   * This implementation returns null;
693
   * returning a non-null result will terminate the switch.
693
   * returning a non-null result will terminate the switch.
694
   * <!-- end-user-doc -->
694
   * <!-- end-user-doc -->
695
   * @param object the target of the switch.
695
   * @param object the target of the switch.
696
   * @return the result of interpretting the object as an instance of '<em>Binding Input</em>'.
696
   * @return the result of interpreting the object as an instance of '<em>Binding Input</em>'.
697
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
697
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
698
   * @generated
698
   * @generated
699
   */
699
   */
Lines 703-715 Link Here
703
  }
703
  }
704
704
705
  /**
705
  /**
706
   * Returns the result of interpretting the object as an instance of '<em>Binding Output</em>'.
706
   * Returns the result of interpreting the object as an instance of '<em>Binding Output</em>'.
707
   * <!-- begin-user-doc -->
707
   * <!-- begin-user-doc -->
708
   * This implementation returns null;
708
   * This implementation returns null;
709
   * returning a non-null result will terminate the switch.
709
   * returning a non-null result will terminate the switch.
710
   * <!-- end-user-doc -->
710
   * <!-- end-user-doc -->
711
   * @param object the target of the switch.
711
   * @param object the target of the switch.
712
   * @return the result of interpretting the object as an instance of '<em>Binding Output</em>'.
712
   * @return the result of interpreting the object as an instance of '<em>Binding Output</em>'.
713
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
713
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
714
   * @generated
714
   * @generated
715
   */
715
   */
Lines 719-731 Link Here
719
  }
719
  }
720
720
721
  /**
721
  /**
722
   * Returns the result of interpretting the object as an instance of '<em>Binding Fault</em>'.
722
   * Returns the result of interpreting the object as an instance of '<em>Binding Fault</em>'.
723
   * <!-- begin-user-doc -->
723
   * <!-- begin-user-doc -->
724
   * This implementation returns null;
724
   * This implementation returns null;
725
   * returning a non-null result will terminate the switch.
725
   * returning a non-null result will terminate the switch.
726
   * <!-- end-user-doc -->
726
   * <!-- end-user-doc -->
727
   * @param object the target of the switch.
727
   * @param object the target of the switch.
728
   * @return the result of interpretting the object as an instance of '<em>Binding Fault</em>'.
728
   * @return the result of interpreting the object as an instance of '<em>Binding Fault</em>'.
729
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
729
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
730
   * @generated
730
   * @generated
731
   */
731
   */
Lines 735-747 Link Here
735
  }
735
  }
736
736
737
  /**
737
  /**
738
   * Returns the result of interpretting the object as an instance of '<em>Namespace</em>'.
738
   * Returns the result of interpreting the object as an instance of '<em>Namespace</em>'.
739
   * <!-- begin-user-doc -->
739
   * <!-- begin-user-doc -->
740
   * This implementation returns null;
740
   * This implementation returns null;
741
   * returning a non-null result will terminate the switch.
741
   * returning a non-null result will terminate the switch.
742
   * <!-- end-user-doc -->
742
   * <!-- end-user-doc -->
743
   * @param object the target of the switch.
743
   * @param object the target of the switch.
744
   * @return the result of interpretting the object as an instance of '<em>Namespace</em>'.
744
   * @return the result of interpreting the object as an instance of '<em>Namespace</em>'.
745
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
745
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
746
   * @generated
746
   * @generated
747
   */
747
   */
Lines 751-763 Link Here
751
  }
751
  }
752
752
753
  /**
753
  /**
754
   * Returns the result of interpretting the object as an instance of '<em>IPort Type</em>'.
754
   * Returns the result of interpreting the object as an instance of '<em>IPort Type</em>'.
755
   * <!-- begin-user-doc -->
755
   * <!-- begin-user-doc -->
756
   * This implementation returns null;
756
   * This implementation returns null;
757
   * returning a non-null result will terminate the switch.
757
   * returning a non-null result will terminate the switch.
758
   * <!-- end-user-doc -->
758
   * <!-- end-user-doc -->
759
   * @param object the target of the switch.
759
   * @param object the target of the switch.
760
   * @return the result of interpretting the object as an instance of '<em>IPort Type</em>'.
760
   * @return the result of interpreting the object as an instance of '<em>IPort Type</em>'.
761
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
761
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
762
   * @generated
762
   * @generated
763
   */
763
   */
Lines 767-779 Link Here
767
  }
767
  }
768
768
769
  /**
769
  /**
770
   * Returns the result of interpretting the object as an instance of '<em>IOperation</em>'.
770
   * Returns the result of interpreting the object as an instance of '<em>IOperation</em>'.
771
   * <!-- begin-user-doc -->
771
   * <!-- begin-user-doc -->
772
   * This implementation returns null;
772
   * This implementation returns null;
773
   * returning a non-null result will terminate the switch.
773
   * returning a non-null result will terminate the switch.
774
   * <!-- end-user-doc -->
774
   * <!-- end-user-doc -->
775
   * @param object the target of the switch.
775
   * @param object the target of the switch.
776
   * @return the result of interpretting the object as an instance of '<em>IOperation</em>'.
776
   * @return the result of interpreting the object as an instance of '<em>IOperation</em>'.
777
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
777
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
778
   * @generated
778
   * @generated
779
   */
779
   */
Lines 783-795 Link Here
783
  }
783
  }
784
784
785
  /**
785
  /**
786
   * Returns the result of interpretting the object as an instance of '<em>IInput</em>'.
786
   * Returns the result of interpreting the object as an instance of '<em>IInput</em>'.
787
   * <!-- begin-user-doc -->
787
   * <!-- begin-user-doc -->
788
   * This implementation returns null;
788
   * This implementation returns null;
789
   * returning a non-null result will terminate the switch.
789
   * returning a non-null result will terminate the switch.
790
   * <!-- end-user-doc -->
790
   * <!-- end-user-doc -->
791
   * @param object the target of the switch.
791
   * @param object the target of the switch.
792
   * @return the result of interpretting the object as an instance of '<em>IInput</em>'.
792
   * @return the result of interpreting the object as an instance of '<em>IInput</em>'.
793
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
793
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
794
   * @generated
794
   * @generated
795
   */
795
   */
Lines 799-811 Link Here
799
  }
799
  }
800
800
801
  /**
801
  /**
802
   * Returns the result of interpretting the object as an instance of '<em>IOutput</em>'.
802
   * Returns the result of interpreting the object as an instance of '<em>IOutput</em>'.
803
   * <!-- begin-user-doc -->
803
   * <!-- begin-user-doc -->
804
   * This implementation returns null;
804
   * This implementation returns null;
805
   * returning a non-null result will terminate the switch.
805
   * returning a non-null result will terminate the switch.
806
   * <!-- end-user-doc -->
806
   * <!-- end-user-doc -->
807
   * @param object the target of the switch.
807
   * @param object the target of the switch.
808
   * @return the result of interpretting the object as an instance of '<em>IOutput</em>'.
808
   * @return the result of interpreting the object as an instance of '<em>IOutput</em>'.
809
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
809
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
810
   * @generated
810
   * @generated
811
   */
811
   */
Lines 815-827 Link Here
815
  }
815
  }
816
816
817
  /**
817
  /**
818
   * Returns the result of interpretting the object as an instance of '<em>IFault</em>'.
818
   * Returns the result of interpreting the object as an instance of '<em>IFault</em>'.
819
   * <!-- begin-user-doc -->
819
   * <!-- begin-user-doc -->
820
   * This implementation returns null;
820
   * This implementation returns null;
821
   * returning a non-null result will terminate the switch.
821
   * returning a non-null result will terminate the switch.
822
   * <!-- end-user-doc -->
822
   * <!-- end-user-doc -->
823
   * @param object the target of the switch.
823
   * @param object the target of the switch.
824
   * @return the result of interpretting the object as an instance of '<em>IFault</em>'.
824
   * @return the result of interpreting the object as an instance of '<em>IFault</em>'.
825
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
825
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
826
   * @generated
826
   * @generated
827
   */
827
   */
Lines 831-843 Link Here
831
  }
831
  }
832
832
833
  /**
833
  /**
834
   * Returns the result of interpretting the object as an instance of '<em>IMessage</em>'.
834
   * Returns the result of interpreting the object as an instance of '<em>IMessage</em>'.
835
   * <!-- begin-user-doc -->
835
   * <!-- begin-user-doc -->
836
   * This implementation returns null;
836
   * This implementation returns null;
837
   * returning a non-null result will terminate the switch.
837
   * returning a non-null result will terminate the switch.
838
   * <!-- end-user-doc -->
838
   * <!-- end-user-doc -->
839
   * @param object the target of the switch.
839
   * @param object the target of the switch.
840
   * @return the result of interpretting the object as an instance of '<em>IMessage</em>'.
840
   * @return the result of interpreting the object as an instance of '<em>IMessage</em>'.
841
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
841
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
842
   * @generated
842
   * @generated
843
   */
843
   */
Lines 847-859 Link Here
847
  }
847
  }
848
848
849
  /**
849
  /**
850
   * Returns the result of interpretting the object as an instance of '<em>IPart</em>'.
850
   * Returns the result of interpreting the object as an instance of '<em>IPart</em>'.
851
   * <!-- begin-user-doc -->
851
   * <!-- begin-user-doc -->
852
   * This implementation returns null;
852
   * This implementation returns null;
853
   * returning a non-null result will terminate the switch.
853
   * returning a non-null result will terminate the switch.
854
   * <!-- end-user-doc -->
854
   * <!-- end-user-doc -->
855
   * @param object the target of the switch.
855
   * @param object the target of the switch.
856
   * @return the result of interpretting the object as an instance of '<em>IPart</em>'.
856
   * @return the result of interpreting the object as an instance of '<em>IPart</em>'.
857
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
857
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
858
   * @generated
858
   * @generated
859
   */
859
   */
Lines 863-875 Link Here
863
  }
863
  }
864
864
865
  /**
865
  /**
866
   * Returns the result of interpretting the object as an instance of '<em>IService</em>'.
866
   * Returns the result of interpreting the object as an instance of '<em>IService</em>'.
867
   * <!-- begin-user-doc -->
867
   * <!-- begin-user-doc -->
868
   * This implementation returns null;
868
   * This implementation returns null;
869
   * returning a non-null result will terminate the switch.
869
   * returning a non-null result will terminate the switch.
870
   * <!-- end-user-doc -->
870
   * <!-- end-user-doc -->
871
   * @param object the target of the switch.
871
   * @param object the target of the switch.
872
   * @return the result of interpretting the object as an instance of '<em>IService</em>'.
872
   * @return the result of interpreting the object as an instance of '<em>IService</em>'.
873
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
873
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
874
   * @generated
874
   * @generated
875
   */
875
   */
Lines 879-891 Link Here
879
  }
879
  }
880
880
881
  /**
881
  /**
882
   * Returns the result of interpretting the object as an instance of '<em>IPort</em>'.
882
   * Returns the result of interpreting the object as an instance of '<em>IPort</em>'.
883
   * <!-- begin-user-doc -->
883
   * <!-- begin-user-doc -->
884
   * This implementation returns null;
884
   * This implementation returns null;
885
   * returning a non-null result will terminate the switch.
885
   * returning a non-null result will terminate the switch.
886
   * <!-- end-user-doc -->
886
   * <!-- end-user-doc -->
887
   * @param object the target of the switch.
887
   * @param object the target of the switch.
888
   * @return the result of interpretting the object as an instance of '<em>IPort</em>'.
888
   * @return the result of interpreting the object as an instance of '<em>IPort</em>'.
889
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
889
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
890
   * @generated
890
   * @generated
891
   */
891
   */
Lines 895-907 Link Here
895
  }
895
  }
896
896
897
  /**
897
  /**
898
   * Returns the result of interpretting the object as an instance of '<em>IBinding</em>'.
898
   * Returns the result of interpreting the object as an instance of '<em>IBinding</em>'.
899
   * <!-- begin-user-doc -->
899
   * <!-- begin-user-doc -->
900
   * This implementation returns null;
900
   * This implementation returns null;
901
   * returning a non-null result will terminate the switch.
901
   * returning a non-null result will terminate the switch.
902
   * <!-- end-user-doc -->
902
   * <!-- end-user-doc -->
903
   * @param object the target of the switch.
903
   * @param object the target of the switch.
904
   * @return the result of interpretting the object as an instance of '<em>IBinding</em>'.
904
   * @return the result of interpreting the object as an instance of '<em>IBinding</em>'.
905
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
905
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
906
   * @generated
906
   * @generated
907
   */
907
   */
Lines 911-923 Link Here
911
  }
911
  }
912
912
913
  /**
913
  /**
914
   * Returns the result of interpretting the object as an instance of '<em>IBinding Operation</em>'.
914
   * Returns the result of interpreting the object as an instance of '<em>IBinding Operation</em>'.
915
   * <!-- begin-user-doc -->
915
   * <!-- begin-user-doc -->
916
   * This implementation returns null;
916
   * This implementation returns null;
917
   * returning a non-null result will terminate the switch.
917
   * returning a non-null result will terminate the switch.
918
   * <!-- end-user-doc -->
918
   * <!-- end-user-doc -->
919
   * @param object the target of the switch.
919
   * @param object the target of the switch.
920
   * @return the result of interpretting the object as an instance of '<em>IBinding Operation</em>'.
920
   * @return the result of interpreting the object as an instance of '<em>IBinding Operation</em>'.
921
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
921
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
922
   * @generated
922
   * @generated
923
   */
923
   */
Lines 927-939 Link Here
927
  }
927
  }
928
928
929
  /**
929
  /**
930
   * Returns the result of interpretting the object as an instance of '<em>IBinding Input</em>'.
930
   * Returns the result of interpreting the object as an instance of '<em>IBinding Input</em>'.
931
   * <!-- begin-user-doc -->
931
   * <!-- begin-user-doc -->
932
   * This implementation returns null;
932
   * This implementation returns null;
933
   * returning a non-null result will terminate the switch.
933
   * returning a non-null result will terminate the switch.
934
   * <!-- end-user-doc -->
934
   * <!-- end-user-doc -->
935
   * @param object the target of the switch.
935
   * @param object the target of the switch.
936
   * @return the result of interpretting the object as an instance of '<em>IBinding Input</em>'.
936
   * @return the result of interpreting the object as an instance of '<em>IBinding Input</em>'.
937
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
937
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
938
   * @generated
938
   * @generated
939
   */
939
   */
Lines 943-955 Link Here
943
  }
943
  }
944
944
945
  /**
945
  /**
946
   * Returns the result of interpretting the object as an instance of '<em>IBinding Output</em>'.
946
   * Returns the result of interpreting the object as an instance of '<em>IBinding Output</em>'.
947
   * <!-- begin-user-doc -->
947
   * <!-- begin-user-doc -->
948
   * This implementation returns null;
948
   * This implementation returns null;
949
   * returning a non-null result will terminate the switch.
949
   * returning a non-null result will terminate the switch.
950
   * <!-- end-user-doc -->
950
   * <!-- end-user-doc -->
951
   * @param object the target of the switch.
951
   * @param object the target of the switch.
952
   * @return the result of interpretting the object as an instance of '<em>IBinding Output</em>'.
952
   * @return the result of interpreting the object as an instance of '<em>IBinding Output</em>'.
953
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
953
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
954
   * @generated
954
   * @generated
955
   */
955
   */
Lines 959-971 Link Here
959
  }
959
  }
960
960
961
  /**
961
  /**
962
   * Returns the result of interpretting the object as an instance of '<em>IBinding Fault</em>'.
962
   * Returns the result of interpreting the object as an instance of '<em>IBinding Fault</em>'.
963
   * <!-- begin-user-doc -->
963
   * <!-- begin-user-doc -->
964
   * This implementation returns null;
964
   * This implementation returns null;
965
   * returning a non-null result will terminate the switch.
965
   * returning a non-null result will terminate the switch.
966
   * <!-- end-user-doc -->
966
   * <!-- end-user-doc -->
967
   * @param object the target of the switch.
967
   * @param object the target of the switch.
968
   * @return the result of interpretting the object as an instance of '<em>IBinding Fault</em>'.
968
   * @return the result of interpreting the object as an instance of '<em>IBinding Fault</em>'.
969
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
969
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
970
   * @generated
970
   * @generated
971
   */
971
   */
Lines 975-987 Link Here
975
  }
975
  }
976
976
977
  /**
977
  /**
978
   * Returns the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'.
978
   * Returns the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'.
979
   * <!-- begin-user-doc -->
979
   * <!-- begin-user-doc -->
980
   * This implementation returns null;
980
   * This implementation returns null;
981
   * returning a non-null result will terminate the switch.
981
   * returning a non-null result will terminate the switch.
982
   * <!-- end-user-doc -->
982
   * <!-- end-user-doc -->
983
   * @param object the target of the switch.
983
   * @param object the target of the switch.
984
   * @return the result of interpretting the object as an instance of '<em>IExtensibility Element</em>'.
984
   * @return the result of interpreting the object as an instance of '<em>IExtensibility Element</em>'.
985
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
985
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
986
   * @generated
986
   * @generated
987
   */
987
   */
Lines 991-1003 Link Here
991
  }
991
  }
992
992
993
  /**
993
  /**
994
   * Returns the result of interpretting the object as an instance of '<em>IDefinition</em>'.
994
   * Returns the result of interpreting the object as an instance of '<em>IDefinition</em>'.
995
   * <!-- begin-user-doc -->
995
   * <!-- begin-user-doc -->
996
   * This implementation returns null;
996
   * This implementation returns null;
997
   * returning a non-null result will terminate the switch.
997
   * returning a non-null result will terminate the switch.
998
   * <!-- end-user-doc -->
998
   * <!-- end-user-doc -->
999
   * @param object the target of the switch.
999
   * @param object the target of the switch.
1000
   * @return the result of interpretting the object as an instance of '<em>IDefinition</em>'.
1000
   * @return the result of interpreting the object as an instance of '<em>IDefinition</em>'.
1001
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1001
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1002
   * @generated
1002
   * @generated
1003
   */
1003
   */
Lines 1007-1019 Link Here
1007
  }
1007
  }
1008
1008
1009
  /**
1009
  /**
1010
   * Returns the result of interpretting the object as an instance of '<em>IImport</em>'.
1010
   * Returns the result of interpreting the object as an instance of '<em>IImport</em>'.
1011
   * <!-- begin-user-doc -->
1011
   * <!-- begin-user-doc -->
1012
   * This implementation returns null;
1012
   * This implementation returns null;
1013
   * returning a non-null result will terminate the switch.
1013
   * returning a non-null result will terminate the switch.
1014
   * <!-- end-user-doc -->
1014
   * <!-- end-user-doc -->
1015
   * @param object the target of the switch.
1015
   * @param object the target of the switch.
1016
   * @return the result of interpretting the object as an instance of '<em>IImport</em>'.
1016
   * @return the result of interpreting the object as an instance of '<em>IImport</em>'.
1017
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1017
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1018
   * @generated
1018
   * @generated
1019
   */
1019
   */
Lines 1023-1035 Link Here
1023
  }
1023
  }
1024
1024
1025
  /**
1025
  /**
1026
   * Returns the result of interpretting the object as an instance of '<em>IList</em>'.
1026
   * Returns the result of interpreting the object as an instance of '<em>IList</em>'.
1027
   * <!-- begin-user-doc -->
1027
   * <!-- begin-user-doc -->
1028
   * This implementation returns null;
1028
   * This implementation returns null;
1029
   * returning a non-null result will terminate the switch.
1029
   * returning a non-null result will terminate the switch.
1030
   * <!-- end-user-doc -->
1030
   * <!-- end-user-doc -->
1031
   * @param object the target of the switch.
1031
   * @param object the target of the switch.
1032
   * @return the result of interpretting the object as an instance of '<em>IList</em>'.
1032
   * @return the result of interpreting the object as an instance of '<em>IList</em>'.
1033
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1033
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1034
   * @generated
1034
   * @generated
1035
   */
1035
   */
Lines 1039-1051 Link Here
1039
  }
1039
  }
1040
1040
1041
  /**
1041
  /**
1042
   * Returns the result of interpretting the object as an instance of '<em>IMap</em>'.
1042
   * Returns the result of interpreting the object as an instance of '<em>IMap</em>'.
1043
   * <!-- begin-user-doc -->
1043
   * <!-- begin-user-doc -->
1044
   * This implementation returns null;
1044
   * This implementation returns null;
1045
   * returning a non-null result will terminate the switch.
1045
   * returning a non-null result will terminate the switch.
1046
   * <!-- end-user-doc -->
1046
   * <!-- end-user-doc -->
1047
   * @param object the target of the switch.
1047
   * @param object the target of the switch.
1048
   * @return the result of interpretting the object as an instance of '<em>IMap</em>'.
1048
   * @return the result of interpreting the object as an instance of '<em>IMap</em>'.
1049
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1049
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1050
   * @generated
1050
   * @generated
1051
   */
1051
   */
Lines 1055-1067 Link Here
1055
  }
1055
  }
1056
1056
1057
  /**
1057
  /**
1058
   * Returns the result of interpretting the object as an instance of '<em>IURL</em>'.
1058
   * Returns the result of interpreting the object as an instance of '<em>IURL</em>'.
1059
   * <!-- begin-user-doc -->
1059
   * <!-- begin-user-doc -->
1060
   * This implementation returns null;
1060
   * This implementation returns null;
1061
   * returning a non-null result will terminate the switch.
1061
   * returning a non-null result will terminate the switch.
1062
   * <!-- end-user-doc -->
1062
   * <!-- end-user-doc -->
1063
   * @param object the target of the switch.
1063
   * @param object the target of the switch.
1064
   * @return the result of interpretting the object as an instance of '<em>IURL</em>'.
1064
   * @return the result of interpreting the object as an instance of '<em>IURL</em>'.
1065
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1065
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1066
   * @generated
1066
   * @generated
1067
   */
1067
   */
Lines 1071-1083 Link Here
1071
  }
1071
  }
1072
1072
1073
  /**
1073
  /**
1074
   * Returns the result of interpretting the object as an instance of '<em>IExtension Registry</em>'.
1074
   * Returns the result of interpreting the object as an instance of '<em>IExtension Registry</em>'.
1075
   * <!-- begin-user-doc -->
1075
   * <!-- begin-user-doc -->
1076
   * This implementation returns null;
1076
   * This implementation returns null;
1077
   * returning a non-null result will terminate the switch.
1077
   * returning a non-null result will terminate the switch.
1078
   * <!-- end-user-doc -->
1078
   * <!-- end-user-doc -->
1079
   * @param object the target of the switch.
1079
   * @param object the target of the switch.
1080
   * @return the result of interpretting the object as an instance of '<em>IExtension Registry</em>'.
1080
   * @return the result of interpreting the object as an instance of '<em>IExtension Registry</em>'.
1081
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1081
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1082
   * @generated
1082
   * @generated
1083
   */
1083
   */
Lines 1087-1099 Link Here
1087
  }
1087
  }
1088
1088
1089
  /**
1089
  /**
1090
   * Returns the result of interpretting the object as an instance of '<em>Types</em>'.
1090
   * Returns the result of interpreting the object as an instance of '<em>Types</em>'.
1091
   * <!-- begin-user-doc -->
1091
   * <!-- begin-user-doc -->
1092
   * This implementation returns null;
1092
   * This implementation returns null;
1093
   * returning a non-null result will terminate the switch.
1093
   * returning a non-null result will terminate the switch.
1094
   * <!-- end-user-doc -->
1094
   * <!-- end-user-doc -->
1095
   * @param object the target of the switch.
1095
   * @param object the target of the switch.
1096
   * @return the result of interpretting the object as an instance of '<em>Types</em>'.
1096
   * @return the result of interpreting the object as an instance of '<em>Types</em>'.
1097
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1097
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1098
   * @generated
1098
   * @generated
1099
   */
1099
   */
Lines 1103-1115 Link Here
1103
  }
1103
  }
1104
1104
1105
  /**
1105
  /**
1106
   * Returns the result of interpretting the object as an instance of '<em>IIterator</em>'.
1106
   * Returns the result of interpreting the object as an instance of '<em>IIterator</em>'.
1107
   * <!-- begin-user-doc -->
1107
   * <!-- begin-user-doc -->
1108
   * This implementation returns null;
1108
   * This implementation returns null;
1109
   * returning a non-null result will terminate the switch.
1109
   * returning a non-null result will terminate the switch.
1110
   * <!-- end-user-doc -->
1110
   * <!-- end-user-doc -->
1111
   * @param object the target of the switch.
1111
   * @param object the target of the switch.
1112
   * @return the result of interpretting the object as an instance of '<em>IIterator</em>'.
1112
   * @return the result of interpreting the object as an instance of '<em>IIterator</em>'.
1113
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1113
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1114
   * @generated
1114
   * @generated
1115
   */
1115
   */
Lines 1119-1131 Link Here
1119
  }
1119
  }
1120
1120
1121
  /**
1121
  /**
1122
   * Returns the result of interpretting the object as an instance of '<em>ITypes</em>'.
1122
   * Returns the result of interpreting the object as an instance of '<em>ITypes</em>'.
1123
   * <!-- begin-user-doc -->
1123
   * <!-- begin-user-doc -->
1124
   * This implementation returns null;
1124
   * This implementation returns null;
1125
   * returning a non-null result will terminate the switch.
1125
   * returning a non-null result will terminate the switch.
1126
   * <!-- end-user-doc -->
1126
   * <!-- end-user-doc -->
1127
   * @param object the target of the switch.
1127
   * @param object the target of the switch.
1128
   * @return the result of interpretting the object as an instance of '<em>ITypes</em>'.
1128
   * @return the result of interpreting the object as an instance of '<em>ITypes</em>'.
1129
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1129
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1130
   * @generated
1130
   * @generated
1131
   */
1131
   */
Lines 1135-1147 Link Here
1135
  }
1135
  }
1136
1136
1137
  /**
1137
  /**
1138
   * Returns the result of interpretting the object as an instance of '<em>Unknown Extensibility Element</em>'.
1138
   * Returns the result of interpreting the object as an instance of '<em>Unknown Extensibility Element</em>'.
1139
   * <!-- begin-user-doc -->
1139
   * <!-- begin-user-doc -->
1140
   * This implementation returns null;
1140
   * This implementation returns null;
1141
   * returning a non-null result will terminate the switch.
1141
   * returning a non-null result will terminate the switch.
1142
   * <!-- end-user-doc -->
1142
   * <!-- end-user-doc -->
1143
   * @param object the target of the switch.
1143
   * @param object the target of the switch.
1144
   * @return the result of interpretting the object as an instance of '<em>Unknown Extensibility Element</em>'.
1144
   * @return the result of interpreting the object as an instance of '<em>Unknown Extensibility Element</em>'.
1145
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1145
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1146
   * @generated
1146
   * @generated
1147
   */
1147
   */
Lines 1151-1163 Link Here
1151
  }
1151
  }
1152
1152
1153
  /**
1153
  /**
1154
   * Returns the result of interpretting the object as an instance of '<em>XSD Schema Extensibility Element</em>'.
1154
   * Returns the result of interpreting the object as an instance of '<em>XSD Schema Extensibility Element</em>'.
1155
   * <!-- begin-user-doc -->
1155
   * <!-- begin-user-doc -->
1156
   * This implementation returns null;
1156
   * This implementation returns null;
1157
   * returning a non-null result will terminate the switch.
1157
   * returning a non-null result will terminate the switch.
1158
   * <!-- end-user-doc -->
1158
   * <!-- end-user-doc -->
1159
   * @param object the target of the switch.
1159
   * @param object the target of the switch.
1160
   * @return the result of interpretting the object as an instance of '<em>XSD Schema Extensibility Element</em>'.
1160
   * @return the result of interpreting the object as an instance of '<em>XSD Schema Extensibility Element</em>'.
1161
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1161
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1162
   * @generated
1162
   * @generated
1163
   */
1163
   */
Lines 1167-1179 Link Here
1167
  }
1167
  }
1168
1168
1169
  /**
1169
  /**
1170
   * Returns the result of interpretting the object as an instance of '<em>Message Reference</em>'.
1170
   * Returns the result of interpreting the object as an instance of '<em>Message Reference</em>'.
1171
   * <!-- begin-user-doc -->
1171
   * <!-- begin-user-doc -->
1172
   * This implementation returns null;
1172
   * This implementation returns null;
1173
   * returning a non-null result will terminate the switch.
1173
   * returning a non-null result will terminate the switch.
1174
   * <!-- end-user-doc -->
1174
   * <!-- end-user-doc -->
1175
   * @param object the target of the switch.
1175
   * @param object the target of the switch.
1176
   * @return the result of interpretting the object as an instance of '<em>Message Reference</em>'.
1176
   * @return the result of interpreting the object as an instance of '<em>Message Reference</em>'.
1177
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1177
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1178
   * @generated
1178
   * @generated
1179
   */
1179
   */
Lines 1183-1195 Link Here
1183
  }
1183
  }
1184
1184
1185
  /**
1185
  /**
1186
   * Returns the result of interpretting the object as an instance of '<em>EObject</em>'.
1186
   * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
1187
   * <!-- begin-user-doc -->
1187
   * <!-- begin-user-doc -->
1188
   * This implementation returns null;
1188
   * This implementation returns null;
1189
   * returning a non-null result will terminate the switch, but this is the last case anyway.
1189
   * returning a non-null result will terminate the switch, but this is the last case anyway.
1190
   * <!-- end-user-doc -->
1190
   * <!-- end-user-doc -->
1191
   * @param object the target of the switch.
1191
   * @param object the target of the switch.
1192
   * @return the result of interpretting the object as an instance of '<em>EObject</em>'.
1192
   * @return the result of interpreting the object as an instance of '<em>EObject</em>'.
1193
   * @see #doSwitch(org.eclipse.emf.ecore.EObject)
1193
   * @see #doSwitch(org.eclipse.emf.ecore.EObject)
1194
   * @generated
1194
   * @generated
1195
   */
1195
   */
(-)src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEPackageImpl.java (-3 / +1 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 27-33 Link Here
27
import org.eclipse.wst.wsdl.binding.mime.MIMEMultipartRelated;
27
import org.eclipse.wst.wsdl.binding.mime.MIMEMultipartRelated;
28
import org.eclipse.wst.wsdl.binding.mime.MIMEPackage;
28
import org.eclipse.wst.wsdl.binding.mime.MIMEPackage;
29
import org.eclipse.wst.wsdl.binding.mime.MIMEPart;
29
import org.eclipse.wst.wsdl.binding.mime.MIMEPart;
30
import org.eclipse.xsd.XSDPackage;
31
30
32
31
33
/**
32
/**
Lines 163-169 Link Here
163
162
164
    // Initialize simple dependencies
163
    // Initialize simple dependencies
165
    WSDLPackage.eINSTANCE.eClass();
164
    WSDLPackage.eINSTANCE.eClass();
166
    XSDPackage.eINSTANCE.eClass();
167
165
168
    // Create package meta-data objects
166
    // Create package meta-data objects
169
    theMIMEPackage.createPackageContents();
167
    theMIMEPackage.createPackageContents();
(-)src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEMimeXmlImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 56-62 Link Here
56
   * @generated
56
   * @generated
57
   * @ordered
57
   * @ordered
58
   */
58
   */
59
  protected Part ePart = null;
59
  protected Part ePart;
60
60
61
  private String part;
61
  private String part;
62
62
(-)src-mime/org/eclipse/wst/wsdl/binding/mime/internal/impl/MIMEContentImpl.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 77-83 Link Here
77
   * @generated
77
   * @generated
78
   * @ordered
78
   * @ordered
79
   */
79
   */
80
  protected Part ePart = null;
80
  protected Part ePart;
81
81
82
  private String part; // TBD
82
  private String part; // TBD
83
83
(-)src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlEncoded.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 21-27 Link Here
21
 *
21
 *
22
 *
22
 *
23
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPUrlEncoded()
23
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPUrlEncoded()
24
 * @model
24
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPUrlEncoded"
25
 * @generated
25
 * @generated
26
 */
26
 */
27
public interface HTTPUrlEncoded extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPUrlEncoded
27
public interface HTTPUrlEncoded extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPUrlEncoded
(-)src-http/org/eclipse/wst/wsdl/binding/http/HTTPAddress.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 27-33 Link Here
27
 * </p>
27
 * </p>
28
 *
28
 *
29
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPAddress()
29
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPAddress()
30
 * @model
30
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPAddress"
31
 * @generated
31
 * @generated
32
 */
32
 */
33
public interface HTTPAddress extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPAddress
33
public interface HTTPAddress extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPAddress
(-)src-http/org/eclipse/wst/wsdl/binding/http/HTTPOperation.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 27-33 Link Here
27
 * </p>
27
 * </p>
28
 *
28
 *
29
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPOperation()
29
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPOperation()
30
 * @model
30
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPOperation"
31
 * @generated
31
 * @generated
32
 */
32
 */
33
public interface HTTPOperation extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPOperation
33
public interface HTTPOperation extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPOperation
(-)src-http/org/eclipse/wst/wsdl/binding/http/HTTPUrlReplacement.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 21-27 Link Here
21
 *
21
 *
22
 *
22
 *
23
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPUrlReplacement()
23
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPUrlReplacement()
24
 * @model
24
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPUrlReplacement"
25
 * @generated
25
 * @generated
26
 */
26
 */
27
public interface HTTPUrlReplacement extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPUrlReplacement
27
public interface HTTPUrlReplacement extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPUrlReplacement
(-)src-http/org/eclipse/wst/wsdl/binding/http/HTTPBinding.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 27-33 Link Here
27
 * </p>
27
 * </p>
28
 *
28
 *
29
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPBinding()
29
 * @see org.eclipse.wst.wsdl.binding.http.HTTPPackage#getHTTPBinding()
30
 * @model
30
 * @model superTypes="org.eclipse.wst.wsdl.ExtensibilityElement org.eclipse.wst.wsdl.binding.http.IHTTPBinding"
31
 * @generated
31
 * @generated
32
 */
32
 */
33
public interface HTTPBinding extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPBinding
33
public interface HTTPBinding extends ExtensibilityElement, javax.wsdl.extensions.http.HTTPBinding
(-)src-mime/org/eclipse/wst/wsdl/binding/mime/internal/util/MIMEAdapterFactory.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2007 IBM Corporation and others.
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 75-81 Link Here
75
  }
75
  }
76
76
77
  /**
77
  /**
78
   * The switch the delegates to the <code>createXXX</code> methods.
78
   * The switch that delegates to the <code>createXXX</code> methods.
79
   * <!-- begin-user-doc -->
79
   * <!-- begin-user-doc -->
80
   * <!-- end-user-doc -->
80
   * <!-- end-user-doc -->
81
   * @generated
81
   * @generated
(-)plugin.xml (-1 / +1 lines)
Lines 146-152 Link Here
146
146
147
147
148
	<!-- define a wsdl content type -->
148
	<!-- define a wsdl content type -->
149
	<extension point="org.eclipse.core.runtime.contentTypes">
149
	<extension point="org.eclipse.core.contenttype.contentTypes">
150
		<content-type
150
		<content-type
151
			priority="high"
151
			priority="high"
152
			name="%xpWSDLContentType"
152
			name="%xpWSDLContentType"

Return to bug 259415